hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
QueryCommandBase
hunt
database
base
impl
command
QueryCommandBase
@author <a href="mailto:julien@julienviet.com">Julien Viet</a>
abstract
class
QueryCommandBase : CommandBase!(bool),
IQueryCommand
(
T
) {
this
(QueryResultHandler!(T) resultHandler);
QueryResultHandler
!(
T
)
resultHandler
();
string
sql
();
}
Constructors
this
this
(QueryResultHandler!(T) resultHandler)
Undocumented in source.
Members
Functions
resultHandler
QueryResultHandler
!(
T
)
resultHandler
()
Undocumented in source. Be warned that the author may not have intended to support it.
sql
string
sql
()
Undocumented in source.
Inherited Members
From IQueryCommand
sql
string
sql
()
Undocumented in source.
Meta
Source
See Implementation
hunt
database
base
impl
command
QueryCommandBase
classes
QueryCommandBase
interfaces
IQueryCommand
@author <a href="mailto:julien@julienviet.com">Julien Viet</a>