hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
ExtendedBatchQueryCommand
hunt
database
base
impl
command
ExtendedBatchQueryCommand
Undocumented in source.
class
ExtendedBatchQueryCommand : ExtendedQueryCommandBase!(T)(
T
) {
this
(PreparedStatement ps, List!(Tuple) params, bool singleton, QueryResultHandler!(T) resultHandler);
List
!(
Tuple
)
params
();
}
Constructors
this
this
(PreparedStatement ps, List!(Tuple) params, bool singleton, QueryResultHandler!(T) resultHandler)
Undocumented in source.
Members
Functions
params
List
!(
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
ExtendedBatchQueryCommand
classes
ExtendedBatchQueryCommand