| Package | Description |
|---|---|
| org.apache.shardingsphere.database.protocol.postgresql.packet.command |
| Modifier and Type | Method and Description |
|---|---|
static PostgreSQLCommandPacketType |
PostgreSQLCommandPacketTypeLoader.getCommandPacketType(PostgreSQLPacketPayload payload)
Get command packet type.
|
static PostgreSQLCommandPacketType |
PostgreSQLCommandPacketType.valueOf(int value)
Value of integer.
|
static PostgreSQLCommandPacketType |
PostgreSQLCommandPacketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgreSQLCommandPacketType[] |
PostgreSQLCommandPacketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PostgreSQLCommandPacket |
PostgreSQLCommandPacketFactory.newInstance(PostgreSQLCommandPacketType commandPacketType,
PostgreSQLPacketPayload payload,
int connectionId)
Create new instance of command packet.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.