SqlConnectionBase

@author <a href="mailto:julien@julienviet.com">Julien Viet</a>

Constructors

this
this(DbConnection conn)
Undocumented in source.

Members

Functions

prepare
C prepare(string sql, PreparedQueryHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
PreparedQuery prepare(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareAsync
Future!PreparedQuery prepareAsync(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

conn
DbConnection conn;
Undocumented in source.

Meta