- execute
void execute(Select select)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeDelete
void executeDelete(Pk pk, DeleteError err)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeInsert
auto executeInsert(Row record, InsertError err)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeQueryUnsafe
auto executeQueryUnsafe(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeQueryUnsafe
auto executeQueryUnsafe(string sql, Variant[string] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeQueryUnsafe
auto executeQueryUnsafe(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeScalarUnsafe
T executeScalarUnsafe(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeUnsafe
void executeUnsafe(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeUpdate
void executeUpdate(Pk pk, Row record, RequestState state)
Undocumented in source. Be warned that the author may not have intended to support it.