ExtendedQueryCommandBaseCodec

Constructors

this
this(C cmd)
Undocumented in source.

Members

Functions

handleInitPacket
void handleInitPacket(ByteBuf payload)
Undocumented in source. Be warned that the author may not have intended to support it.
sendStatementExecuteCommand
void sendStatementExecuteCommand(long statementId, ColumnDefinition[] paramsColumnDefinitions, byte sendType, Tuple params, byte cursorType)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sendType
byte sendType;
Undocumented in source.
statement
MySQLPreparedStatement statement;
Undocumented in source.

Meta