PgNamedQueryImpl

Undocumented in source.

Constructors

this
this(DbConnection conn, PreparedStatement ps, AbstractNamedQueryDesc queryDesc)
Undocumented in source.

Members

Functions

setParameter
void setParameter(string name, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From NamedQueryImpl

_parameters
Variant[string] _parameters;
Undocumented in source.
execute
PreparedQuery execute(RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
alias execute = typeof(super).execute
Undocumented in source.

Meta