appbase.mysql.dao

Undocumented in source.

Members

Aliases

DataRow
alias DataRow = string[string]
Undocumented in source.
DataRows
alias DataRows = DataRow[]
Undocumented in source.

Functions

exec
ulong exec(Connection conn, string cmd, Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
query
DataRows query(Connection conn, string cmd, Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
queryOneRow
DataRow queryOneRow(Connection conn, string cmd, Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
selectDataRows
DataRows selectDataRows(DataRows rows, string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
selectDataRows
DataRows selectDataRows(DataRows rows, int rowsInPage, int pageno)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta