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