hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
ExtendedQueryCommandCodec
hunt
database
driver
postgresql
impl
codec
ExtendedQueryCommandCodec
Undocumented in source.
class
ExtendedQueryCommandCodec : ExtendedQueryCommandBaseCodec!(R, ExtendedQueryCommand!(R))(
R
) {
this
(ExtendedQueryCommand!(R) cmd);
void
encode
(PgEncoder encoder);
}
Constructors
this
this
(ExtendedQueryCommand!(R) cmd)
Undocumented in source.
Members
Functions
encode
void
encode
(PgEncoder encoder)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
database
driver
postgresql
impl
codec
ExtendedQueryCommandCodec
classes
ExtendedQueryCommandCodec