SqlClientBase

Members

Functions

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.

Inherited Members

From SqlClient

query
SqlClient query(string sql, RowSetHandler handler)

Execute a simple query.

queryAsync
Future!RowSet queryAsync(string sql)
Undocumented in source.
query
RowSet query(string sql)
Undocumented in source.
preparedQuery
SqlClient preparedQuery(string sql, RowSetHandler handler)

Prepare and execute a query.

preparedQuery
SqlClient preparedQuery(string sql, Tuple arguments, RowSetHandler handler)

Prepare and execute a query.

preparedBatch
SqlClient preparedBatch(string sql, List!(Tuple) batch, RowSetHandler handler)

Prepare and execute a createBatch.

close
void close()

Close the client and release the associated resources.

Meta