hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
CloseConnectionCommandCodec
hunt
database
driver
postgresql
impl
codec
CloseConnectionCommandCodec
Undocumented in source.
class
CloseConnectionCommandCodec : CommandCodec!(Void, CloseConnectionCommand) {
static
CloseConnectionCommandCodec
INSTANCE
();
void
encode
(PgEncoder encoder);
}
Members
Functions
encode
void
encode
(PgEncoder encoder)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
INSTANCE
CloseConnectionCommandCodec
INSTANCE
()
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
CloseConnectionCommandCodec
classes
CloseConnectionCommandCodec