hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
PrepareStatementCommand
hunt
database
base
impl
command
PrepareStatementCommand
class
PrepareStatementCommand : CommandBase!(PreparedStatement) {
long
_statement
;
Object
cached
;
this
(string sql);
string
sql
();
long
statement
();
}
Constructors
this
this
(string sql)
Undocumented in source.
Members
Functions
sql
string
sql
()
Undocumented in source. Be warned that the author may not have intended to support it.
statement
long
statement
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_statement
long
_statement
;
Undocumented in source.
cached
Object
cached
;
Undocumented in source.
Meta
Source
See Implementation
hunt
database
base
impl
command
PrepareStatementCommand
classes
PrepareStatementCommand