- PAYLOAD_LENGTH - Static variable in interface org.apache.shardingsphere.database.protocol.postgresql.packet.PostgreSQLPacket
-
- PostgreSQLAuthenticationOKPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.handshake
-
Authentication OK packet for PostgreSQL.
- PostgreSQLAuthenticationOKPacket(boolean) - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.handshake.PostgreSQLAuthenticationOKPacket
-
- PostgreSQLBinaryProtocolValue - Interface in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
-
Binary protocol value for PostgreSQL.
- PostgreSQLBinaryProtocolValueFactory - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
-
Binary protocol value factory for PostgreSQL.
- PostgreSQLBinaryProtocolValueFactory() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLBinaryProtocolValueFactory
-
- PostgreSQLBinaryResultSetRowPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind
-
Binary result set row packet for PostgreSQL.
- PostgreSQLBinaryResultSetRowPacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.PostgreSQLBinaryResultSetRowPacket
-
- PostgreSQLBinaryStatement - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary
-
Binary prepared statement for PostgreSQL.
- PostgreSQLBinaryStatement() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.PostgreSQLBinaryStatement
-
- PostgreSQLBinaryStatementParameterType - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary
-
Bind parameter type for PostgreSQL.
- PostgreSQLBinaryStatementParameterType() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.PostgreSQLBinaryStatementParameterType
-
- PostgreSQLBindCompletePacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind
-
Bind complete packet for PostgreSQL.
- PostgreSQLBindCompletePacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.PostgreSQLBindCompletePacket
-
- PostgreSQLColumnDescription - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query
-
Column description for PostgreSQL.
- PostgreSQLColumnDescription(String, int, int, int) - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.PostgreSQLColumnDescription
-
- PostgreSQLColumnType - Enum in org.apache.shardingsphere.database.protocol.postgresql.constant
-
Column types for PostgreSQL.
- PostgreSQLComBindPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind
-
Command bind packet for PostgreSQL.
- PostgreSQLComBindPacket(PostgreSQLPacketPayload, int) - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.PostgreSQLComBindPacket
-
- PostgreSQLComDescribePacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.describe
-
Command describe packet for PostgreSQL.
- PostgreSQLComDescribePacket(PostgreSQLPacketPayload) - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.describe.PostgreSQLComDescribePacket
-
- PostgreSQLComExecutePacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.execute
-
Command execute packet for PostgreSQL.
- PostgreSQLComExecutePacket(PostgreSQLPacketPayload) - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.execute.PostgreSQLComExecutePacket
-
- PostgreSQLCommandCompletePacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.generic
-
Command complete packet for PostgreSQL.
- PostgreSQLCommandCompletePacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLCommandCompletePacket
-
- PostgreSQLCommandPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command
-
Command packet for PostgreSQL.
- PostgreSQLCommandPacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.PostgreSQLCommandPacket
-
- PostgreSQLCommandPacketFactory - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command
-
Command packet factory for PostgreSQL.
- PostgreSQLCommandPacketFactory() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.PostgreSQLCommandPacketFactory
-
- PostgreSQLCommandPacketType - Enum in org.apache.shardingsphere.database.protocol.postgresql.packet.command
-
Command packet type for PostgreSQL.
- PostgreSQLCommandPacketTypeLoader - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command
-
Command packet type loader for PostgreSQL.
- PostgreSQLCommandPacketTypeLoader() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.PostgreSQLCommandPacketTypeLoader
-
- PostgreSQLComParsePacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.parse
-
Command parse packet for PostgreSQL.
- PostgreSQLComParsePacket(PostgreSQLPacketPayload) - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.parse.PostgreSQLComParsePacket
-
- PostgreSQLComQueryPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.text
-
Command query packet for PostgreSQL.
- PostgreSQLComQueryPacket(PostgreSQLPacketPayload) - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.text.PostgreSQLComQueryPacket
-
- PostgreSQLComStartupPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.handshake
-
Startup packet for PostgreSQL.
- PostgreSQLComStartupPacket(PostgreSQLPacketPayload) - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.handshake.PostgreSQLComStartupPacket
-
- PostgreSQLComSyncPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.sync
-
Command sync packet for PostgreSQL.
- PostgreSQLComSyncPacket(PostgreSQLPacketPayload) - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.sync.PostgreSQLComSyncPacket
-
- PostgreSQLComTerminationPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.generic
-
Command termination packet for PostgreSQL.
- PostgreSQLComTerminationPacket(PostgreSQLPacketPayload) - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLComTerminationPacket
-
- PostgreSQLDataRowPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.text
-
Data row packet for PostgreSQL.
- PostgreSQLDataRowPacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.text.PostgreSQLDataRowPacket
-
- PostgreSQLDateBinaryProtocolValue - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
-
Binary protocol value for date for PostgreSQL.
- PostgreSQLDateBinaryProtocolValue() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLDateBinaryProtocolValue
-
- PostgreSQLDoubleBinaryProtocolValue - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
-
Binary protocol value for double for PostgreSQL.
- PostgreSQLDoubleBinaryProtocolValue() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLDoubleBinaryProtocolValue
-
- PostgreSQLErrorResponsePacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.generic
-
Error response packet for PostgreSQL.
- PostgreSQLErrorResponsePacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
-
- PostgreSQLFloatBinaryProtocolValue - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
-
Binary protocol value for float for PostgreSQL.
- PostgreSQLFloatBinaryProtocolValue() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLFloatBinaryProtocolValue
-
- PostgreSQLInt2BinaryProtocolValue - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
-
Binary protocol value for int2 for PostgreSQL.
- PostgreSQLInt2BinaryProtocolValue() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt2BinaryProtocolValue
-
- PostgreSQLInt4BinaryProtocolValue - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
-
Binary protocol value for int4 for PostgreSQL.
- PostgreSQLInt4BinaryProtocolValue() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt4BinaryProtocolValue
-
- PostgreSQLInt8BinaryProtocolValue - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
-
Binary protocol value for int8 for PostgreSQL.
- PostgreSQLInt8BinaryProtocolValue() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt8BinaryProtocolValue
-
- PostgreSQLPacket - Interface in org.apache.shardingsphere.database.protocol.postgresql.packet
-
Database packet for PostgreSQL.
- PostgreSQLPacketCodecEngine - Class in org.apache.shardingsphere.database.protocol.postgresql.codec
-
Database packet codec for PostgreSQL.
- PostgreSQLPacketCodecEngine() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.codec.PostgreSQLPacketCodecEngine
-
- PostgreSQLPacketPayload - Class in org.apache.shardingsphere.database.protocol.postgresql.payload
-
Payload operation for PostgreSQL packet data types.
- PostgreSQLPacketPayload() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
-
- PostgreSQLParameterStatusPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.handshake
-
Parameter status packet for PostgreSQL.
- PostgreSQLParameterStatusPacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.handshake.PostgreSQLParameterStatusPacket
-
- PostgreSQLParseCompletePacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.parse
-
Parse complete packet for PostgreSQL.
- PostgreSQLParseCompletePacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.parse.PostgreSQLParseCompletePacket
-
- PostgreSQLReadyForQueryPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.generic
-
Ready for query packet for PostgreSQL.
- PostgreSQLReadyForQueryPacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLReadyForQueryPacket
-
- PostgreSQLRowDescriptionPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query
-
Row description packet for PostgreSQL.
- PostgreSQLRowDescriptionPacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.PostgreSQLRowDescriptionPacket
-
- PostgreSQLSSLNegativePacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.handshake
-
SSL negative packet for PostgreSQL.
- PostgreSQLSSLNegativePacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.handshake.PostgreSQLSSLNegativePacket
-
- PostgreSQLStringBinaryProtocolValue - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
-
Binary protocol value for string for PostgreSQL.
- PostgreSQLStringBinaryProtocolValue() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLStringBinaryProtocolValue
-
- PostgreSQLTimeBinaryProtocolValue - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
-
Binary protocol value for time for PostgreSQL.
- PostgreSQLTimeBinaryProtocolValue() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLTimeBinaryProtocolValue
-
- PostgreSQLUnsupportedCommandPacket - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.admin
-
Unsupported command packet for PostgreSQL.
- PostgreSQLUnsupportedCommandPacket() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.admin.PostgreSQLUnsupportedCommandPacket
-