PrepareStatementCommand

class PrepareStatementCommand : CommandBase!(PreparedStatement) {}

Constructors

this
this(string sql)
Undocumented in source.

Members

Functions

sql
string sql()
Undocumented in source. Be warned that the author may not have intended to support it.
statement
long statement()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_statement
long _statement;
Undocumented in source.
cached
Object cached;
Undocumented in source.

Meta