hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
MySQLDecoder
hunt
database
driver
mysql
impl
codec
MySQLDecoder
Undocumented in source.
class
MySQLDecoder : Decoder {
this
(DList!(CommandCodecBase) inflight, MySQLEncoder encoder);
DataHandleStatus
decode
(ByteBuffer payload, Connection connection);
}
Constructors
this
this
(DList!(CommandCodecBase) inflight, MySQLEncoder encoder)
Undocumented in source.
Members
Functions
decode
DataHandleStatus
decode
(ByteBuffer payload, Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
database
driver
mysql
impl
codec
MySQLDecoder
classes
MySQLDecoder