hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
Parse
hunt
database
driver
postgresql
impl
codec
Parse
@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>
final
class
Parse {
string
query
;
long
statement
;
this
(string query, long statement);
this
(string query);
}
Constructors
this
this
(string query, long statement)
Undocumented in source.
this
this
(string query)
Undocumented in source.
Members
Variables
query
string
query
;
Undocumented in source.
statement
long
statement
;
Undocumented in source.
Meta
Source
See Implementation
hunt
database
driver
postgresql
impl
codec
Parse
classes
Parse
@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>