hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
SimpleQueryCommand
hunt
database
base
impl
command
SimpleQueryCommand
@author <a href="mailto:julien@julienviet.com">Julien Viet</a>
class
SimpleQueryCommand : QueryCommandBase!(T)(
T
) {
this
(string sql, bool singleton, QueryResultHandler!(T) resultHandler);
bool
isSingleton
();
string
sql
();
}
Constructors
this
this
(string sql, bool singleton, QueryResultHandler!(T) resultHandler)
Undocumented in source.
Members
Functions
isSingleton
bool
isSingleton
()
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.
Meta
Source
See Implementation
hunt
database
base
impl
command
SimpleQueryCommand
classes
SimpleQueryCommand
@author <a href="mailto:julien@julienviet.com">Julien Viet</a>