SimpleQueryCommandCodec

class SimpleQueryCommandCodec : QueryCommandBaseCodec!(T, SimpleQueryCommand!(T))(
T
) {}

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