| Package | Description |
|---|---|
| org.apache.shardingsphere.db.protocol.mysql.packet.command | |
| org.apache.shardingsphere.db.protocol.mysql.packet.command.admin |
| Modifier and Type | Method and Description |
|---|---|
static MySQLCommandPacketType |
MySQLCommandPacketTypeLoader.getCommandPacketType(MySQLPacketPayload payload)
Get command packet type.
|
static MySQLCommandPacketType |
MySQLCommandPacketType.valueOf(int value)
Value of integer.
|
static MySQLCommandPacketType |
MySQLCommandPacketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySQLCommandPacketType[] |
MySQLCommandPacketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MySQLUnsupportedCommandPacket(MySQLCommandPacketType type) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.