MySQLPreparedStatement

Constructors

this
this(string sql, long statementId, MySQLParamDesc paramDesc, MySQLRowDesc rowDesc)
Undocumented in source.

Members

Functions

paramDesc
MySQLParamDesc paramDesc()
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
string prepare(List!(Variant) values)
Undocumented in source. Be warned that the author may not have intended to support it.
rowDesc
MySQLRowDesc rowDesc()
Undocumented in source. Be warned that the author may not have intended to support it.
sql
string sql()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_paramDesc
MySQLParamDesc _paramDesc;
Undocumented in source.
_rowDesc
MySQLRowDesc _rowDesc;
Undocumented in source.
_sql
string _sql;
Undocumented in source.
isCursorOpen
bool isCursorOpen;
Undocumented in source.
statementId
long statementId;
Undocumented in source.

Inherited Members

From PreparedStatement

paramDesc
ParamDesc paramDesc()
Undocumented in source.
rowDesc
RowDesc rowDesc()
Undocumented in source.
sql
string sql()
Undocumented in source.
prepare
string prepare(List!(Variant) values)
Undocumented in source.

Meta