SqlResultBuilder

A query result handler for building a {@link SqlResult}.

Constructors

this
this(Function!(T, R) factory, AsyncResultHandler!(L) handler)
Undocumented in source.

Members

Functions

addProperty
void addProperty(string name, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
handle
void handle(AsyncResult!(bool) res)
Undocumented in source. Be warned that the author may not have intended to support it.
handleResult
void handleResult(int updatedCount, int size, RowDesc desc, T result)
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.

Meta