ExtendedQueryCommandCodec

class ExtendedQueryCommandCodec : ExtendedQueryCommandBaseCodec!(R, ExtendedQueryCommand!(R))(
R
) {}

Constructors

this
this(ExtendedQueryCommand!(R) cmd)
Undocumented in source.

Members

Functions

decodePayload
void decodePayload(ByteBuf payload, int payloadLength, int sequenceId)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(MySQLEncoder encoder)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta