NamedQueryImpl

Constructors

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

Members

Aliases

execute
alias execute = typeof(super).execute
Undocumented in source.

Functions

execute
PreparedQuery execute(RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parameters
Variant[string] _parameters;
Undocumented in source.

Inherited Members

From PreparedQueryImpl

getPreparedStatement
PreparedStatement getPreparedStatement()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
PreparedQuery execute(RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
PreparedQuery execute(Tuple args, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
PreparedQuery execute(Tuple args, int fetch, string cursorId, bool suspended, bool singleton, QueryResultHandler!(R) resultHandler, ResponseHandler!(bool) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
cursor
Cursor cursor()
Undocumented in source. Be warned that the author may not have intended to support it.
cursor
Cursor cursor(Tuple args)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
batch
PreparedQuery batch(List!(Tuple) argsList, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close(AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
closeCursor
void closeCursor(string cursorId, AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.

From NamedQuery

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

Meta