ExtendedQueryCommandBase

@author <a href="mailto:julien@julienviet.com">Julien Viet</a>

Constructors

this
this(PreparedStatement ps, int fetch, string cursorId, bool suspended, bool singleton, QueryResultHandler!(R) resultHandler)
Undocumented in source.

Members

Functions

cursorId
string cursorId()
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
int fetch()
Undocumented in source. Be warned that the author may not have intended to support it.
isSingleton
bool isSingleton()
Undocumented in source. Be warned that the author may not have intended to support it.
isSuspended
bool isSuspended()
Undocumented in source. Be warned that the author may not have intended to support it.
preparedStatement
PreparedStatement preparedStatement()
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

_cursorId
string _cursorId;
Undocumented in source.
_fetch
int _fetch;
Undocumented in source.
ps
PreparedStatement ps;
Undocumented in source.
suspended
bool suspended;
Undocumented in source.

Meta