hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
CloseStatementCommandCodec
hunt
database
driver
postgresql
impl
codec
CloseStatementCommandCodec
class
CloseStatementCommandCodec : CommandCodec!(Void, CloseStatementCommand) {
this
(CloseStatementCommand cmd);
void
encode
(PgEncoder encoder);
}
Constructors
this
this
(CloseStatementCommand 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
CloseStatementCommandCodec
classes
CloseStatementCommandCodec