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