hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
ExtendedQueryCommand
hunt
database
base
impl
command
ExtendedQueryCommand
class
ExtendedQueryCommand : ExtendedQueryCommandBase!(T)(
T
) {
this
(PreparedStatement ps, Tuple params, bool singleton, QueryResultHandler!(T) resultHandler);
this
(PreparedStatement ps, Tuple params, int fetch, string cursorId, bool suspended, bool singleton, QueryResultHandler!(T) resultHandler);
Tuple
params
();
}
Constructors
this
this
(PreparedStatement ps, Tuple params, bool singleton, QueryResultHandler!(T) resultHandler)
Undocumented in source.
this
this
(PreparedStatement ps, Tuple params, int fetch, string cursorId, bool suspended, bool singleton, QueryResultHandler!(T) resultHandler)
Undocumented in source.
Members
Functions
params
Tuple
params
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
database
base
impl
command
ExtendedQueryCommand
classes
ExtendedQueryCommand