- decodePayload
void decodePayload(ByteBuf payload, int payloadLength, int sequenceId)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleInitPacket
void handleInitPacket(ByteBuf payload)
Undocumented in source.
- handleResultsetColumnCountPacketBody
void handleResultsetColumnCountPacketBody(ByteBuf payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleResultsetColumnDefinitions
void handleResultsetColumnDefinitions(ByteBuf payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleResultsetColumnDefinitionsDecodingCompleted
void handleResultsetColumnDefinitionsDecodingCompleted()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleRows
void handleRows(ByteBuf payload, int payloadLength, Consumer!(ByteBuf) singleRowHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleSingleResultsetDecodingCompleted
void handleSingleResultsetDecodingCompleted(int serverStatusFlags, int affectedRows, int lastInsertId)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleSingleRow
void handleSingleRow(ByteBuf payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- isDecodingCompleted
bool isDecodingCompleted(int serverStatusFlags)
Undocumented in source. Be warned that the author may not have intended to support it.