- abortHandler
Transaction abortHandler(AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- commit
void commit()
Undocumented in source. Be warned that the author may not have intended to support it.
- commit
void commit(AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepare
Transaction prepare(string sql, PreparedQueryHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- query
TransactionImpl query(string sql, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- rollback
void rollback()
Undocumented in source. Be warned that the author may not have intended to support it.
- rollback
void rollback(AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- schedule
void schedule(ICommand cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
- status
int status()
Undocumented in source. Be warned that the author may not have intended to support it.