Modifier and Type | Method and Description |
---|---|
protected void |
MySQLPacketCodec.doEncode(ChannelHandlerContext context,
MySQLPacket message,
ByteBuf out) |
Modifier and Type | Class and Description |
---|---|
class |
CommandPacket
Command packet.
|
class |
UnsupportedCommandPacket
Unsupported command packet.
|
Modifier and Type | Class and Description |
---|---|
class |
ComStmtClosePacket
COM_STMT_CLOSE command packet.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryResultSetRowPacket
Binary result set row packet.
|
class |
ComStmtExecutePacket
COM_STMT_EXECUTE command packet.
|
Modifier and Type | Class and Description |
---|---|
class |
ComStmtPrepareOKPacket
COM_STMT_PREPARE_OK packet.
|
class |
ComStmtPreparePacket
COM_STMT_PREPARE command packet.
|
Modifier and Type | Class and Description |
---|---|
class |
ComFieldListPacket
COM_FIELD_LIST command packet.
|
Modifier and Type | Class and Description |
---|---|
class |
ComInitDbPacket
COM_INIT_DB command packet.
|
Modifier and Type | Class and Description |
---|---|
class |
ComPingPacket
COM_PING command packet.
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnDefinition41Packet
Column definition above MySQL 4.1 packet protocol.
|
class |
ComQueryPacket
COM_QUERY command packet.
|
class |
FieldCountPacket
COM_QUERY response field count packet.
|
class |
TextResultSetRowPacket
Text result set row packet.
|
Modifier and Type | Class and Description |
---|---|
class |
ComQuitPacket
COM_QUIT command packet.
|
Modifier and Type | Class and Description |
---|---|
class |
EofPacket
EOF packet protocol.
|
class |
ErrPacket
ERR packet protocol.
|
class |
OKPacket
OK packet protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
HandshakePacket
Handshake packet protocol.
|
class |
HandshakeResponse41Packet
Handshake response above MySQL 4.1 packet protocol.
|
Copyright © 2018. All rights reserved.