MysqlDataService

Undocumented in source.

Constructors

this
this(string connectionString)
Undocumented in source.

Members

Functions

execute
ulong execute(string sql, DbParam[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
executeScalar
T executeScalar(string sql, DbParam[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T model, string table)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T[] models, string table)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(T model, string table)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(T[] models, string table)
Undocumented in source. Be warned that the author may not have intended to support it.
selectMany
auto selectMany(string query, DbParam[] params, string table)
Undocumented in source. Be warned that the author may not have intended to support it.
selectOffset
auto selectOffset(string sql, DbParam[] params, int offset, int limit, string table, string sortColumn, string sortType)
Undocumented in source. Be warned that the author may not have intended to support it.
selectSingle
T selectSingle(string query, DbParam[] params, string table)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta