hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
SimpleQueryCommandCodec
hunt
database
driver
mysql
impl
codec
SimpleQueryCommandCodec
class
SimpleQueryCommandCodec : QueryCommandBaseCodec!(T, SimpleQueryCommand!(T))(
T
) {
this
(SimpleQueryCommand!(T) cmd);
void
encode
(MySQLEncoder encoder);
void
handleInitPacket
(ByteBuf payload);
}
Constructors
this
this
(SimpleQueryCommand!(T) cmd)
Undocumented in source.
Members
Functions
encode
void
encode
(MySQLEncoder encoder)
Undocumented in source. Be warned that the author may not have intended to support it.
handleInitPacket
void
handleInitPacket
(ByteBuf payload)
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
SimpleQueryCommandCodec
classes
SimpleQueryCommandCodec