hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
CloseStatementCommand
hunt
database
base
impl
command
CloseStatementCommand
@author <a href="mailto:julien@julienviet.com">Julien Viet</a>
class
CloseStatementCommand : CommandBase!(Void) {
this
(PreparedStatement statement);
PreparedStatement
statement
();
}
Constructors
this
this
(PreparedStatement statement)
Undocumented in source.
Members
Functions
statement
PreparedStatement
statement
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
database
base
impl
command
CloseStatementCommand
classes
CloseStatementCommand
@author <a href="mailto:julien@julienviet.com">Julien Viet</a>