PgPreparedStatement

Undocumented in source.

Constructors

this
this(string sql, long statement, PgParamDesc paramDesc, PgRowDesc rowDesc)
Undocumented in source.

Members

Functions

paramDesc
ParamDesc 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
PgRowDesc 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
PgParamDesc _paramDesc;
Undocumented in source.
_rowDesc
PgRowDesc _rowDesc;
Undocumented in source.
_sql
string _sql;
Undocumented in source.
bind
Bind bind;
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