- awaittingTimeout
Duration awaittingTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
- awaittingTimeout
void awaittingTimeout(Duration value)
Undocumented in source. Be warned that the author may not have intended to support it.
- preparedBatch
C preparedBatch(string sql, List!(Tuple) batch, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- preparedQuery
C preparedQuery(string sql, Tuple arguments, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- preparedQuery
C preparedQuery(string sql, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- query
C query(string sql, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- query
RowSet query(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- queryAsync
Future!RowSet queryAsync(string sql)
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.
- scheduleThen
void scheduleThen(CommandBase!(R) cmd, ResponseHandler!R handler)
Undocumented in source. Be warned that the author may not have intended to support it.