Skip navigation links
A B C D E F G I M N O P R S U V W 

A

addField(char, String) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
Add field.

B

BinaryStatementRegistry - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary
Binary statement registry.
BinaryStatementRegistry() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.BinaryStatementRegistry
 
bytesBeforeZero() - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Bytes before zero.

C

close() - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
 
ConnectionScopeBinaryStatementRegistry - Class in org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary
Connection scope binary statement registry.
ConnectionScopeBinaryStatementRegistry() - Constructor for class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.ConnectionScopeBinaryStatementRegistry
 
createPacketPayload(ByteBuf) - Method in class org.apache.shardingsphere.database.protocol.postgresql.codec.PostgreSQLPacketCodecEngine
 

D

decode(ChannelHandlerContext, ByteBuf, List<Object>, int) - Method in class org.apache.shardingsphere.database.protocol.postgresql.codec.PostgreSQLPacketCodecEngine
 

E

encode(ChannelHandlerContext, PostgreSQLPacket, ByteBuf) - Method in class org.apache.shardingsphere.database.protocol.postgresql.codec.PostgreSQLPacketCodecEngine
 

F

FIELD_TYPE_CODE - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_COLUMN_NAME - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_CONSTRAINT_NAME - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_DATA_TYPE_NAME - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_DETAIL - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_FILE - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_HINT - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_INTERNAL_POSITION - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_INTERNAL_QUERY - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_LINE - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_MESSAGE - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_POSITION - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_ROUTINE - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_SCHEMA_NAME - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_SEVERITY - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_SEVERITY2 - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_TABLE_NAME - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
FIELD_TYPE_WHERE - Static variable in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 

G

get(int) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.BinaryStatementRegistry
Get connection scope binary statement registry.
getBinaryProtocolValue(PostgreSQLColumnType) - Static method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLBinaryProtocolValueFactory
Get binary protocol value.
getBinaryStatement(String) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.ConnectionScopeBinaryStatementRegistry
Get binary prepared statement.
getColumnLength(Object) - Method in interface org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLBinaryProtocolValue
Get column length.
getColumnLength(Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLDateBinaryProtocolValue
 
getColumnLength(Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLDoubleBinaryProtocolValue
 
getColumnLength(Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLFloatBinaryProtocolValue
 
getColumnLength(Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt2BinaryProtocolValue
 
getColumnLength(Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt4BinaryProtocolValue
 
getColumnLength(Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt8BinaryProtocolValue
 
getColumnLength(Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLStringBinaryProtocolValue
 
getColumnLength(Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLTimeBinaryProtocolValue
 
getCommandPacketType(PostgreSQLPacketPayload) - Static method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.PostgreSQLCommandPacketTypeLoader
Get command packet type.
getInstance() - Static method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.BinaryStatementRegistry
Get instance of binary statement registry.
getMessageType() - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.PostgreSQLComBindPacket
 
getMessageType() - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.describe.PostgreSQLComDescribePacket
 
getMessageType() - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.execute.PostgreSQLComExecutePacket
 
getMessageType() - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.parse.PostgreSQLComParsePacket
 
getMessageType() - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.sync.PostgreSQLComSyncPacket
 
getMessageType() - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.text.PostgreSQLComQueryPacket
 
getMessageType() - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLComTerminationPacket
 
getMessageType() - Method in interface org.apache.shardingsphere.database.protocol.postgresql.packet.PostgreSQLPacket
Get message type.

I

isValidHeader(int) - Method in class org.apache.shardingsphere.database.protocol.postgresql.codec.PostgreSQLPacketCodecEngine
 

M

MESSAGE_TYPE_LENGTH - Static variable in interface org.apache.shardingsphere.database.protocol.postgresql.packet.PostgreSQLPacket
 

N

newInstance(PostgreSQLCommandPacketType, PostgreSQLPacketPayload, int) - Static method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.PostgreSQLCommandPacketFactory
Create new instance of command packet.

O

org.apache.shardingsphere.database.protocol.postgresql.codec - package org.apache.shardingsphere.database.protocol.postgresql.codec
 
org.apache.shardingsphere.database.protocol.postgresql.constant - package org.apache.shardingsphere.database.protocol.postgresql.constant
 
org.apache.shardingsphere.database.protocol.postgresql.packet - package org.apache.shardingsphere.database.protocol.postgresql.packet
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command - package org.apache.shardingsphere.database.protocol.postgresql.packet.command
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command.admin - package org.apache.shardingsphere.database.protocol.postgresql.packet.command.admin
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command.query - package org.apache.shardingsphere.database.protocol.postgresql.packet.command.query
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary - package org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind - package org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol - package org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.describe - package org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.describe
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.execute - package org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.execute
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.parse - package org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.parse
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.sync - package org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.sync
 
org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.text - package org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.text
 
org.apache.shardingsphere.database.protocol.postgresql.packet.generic - package org.apache.shardingsphere.database.protocol.postgresql.packet.generic
 
org.apache.shardingsphere.database.protocol.postgresql.packet.handshake - package org.apache.shardingsphere.database.protocol.postgresql.packet.handshake
 
org.apache.shardingsphere.database.protocol.postgresql.payload - package org.apache.shardingsphere.database.protocol.postgresql.payload
 

P

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
 

R

read(PostgreSQLPacketPayload) - Method in interface org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLBinaryProtocolValue
Read binary protocol value.
read(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLDateBinaryProtocolValue
 
read(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLDoubleBinaryProtocolValue
 
read(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLFloatBinaryProtocolValue
 
read(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt2BinaryProtocolValue
 
read(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt4BinaryProtocolValue
 
read(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt8BinaryProtocolValue
 
read(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLStringBinaryProtocolValue
 
read(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLTimeBinaryProtocolValue
 
readInt1() - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Read 1 byte fixed length integer from byte buffers.
readInt2() - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Read 2 byte fixed length integer from byte buffers.
readInt4() - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Read 4 byte fixed length integer from byte buffers.
readInt8() - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Read 8 byte fixed length integer from byte buffers.
readStringNul() - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Read null terminated string from byte buffers.
register(int) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.BinaryStatementRegistry
Register.
register(String, String, int, List<PostgreSQLBinaryStatementParameterType>) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.ConnectionScopeBinaryStatementRegistry
Register SQL.

S

skipReserved(int) - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Skip reserved from byte buffers.

U

unregister(int) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.BinaryStatementRegistry
Unregister.

V

valueOf(String) - Static method in enum org.apache.shardingsphere.database.protocol.postgresql.constant.PostgreSQLColumnType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.shardingsphere.database.protocol.postgresql.constant.PostgreSQLColumnType
Value of.
valueOf(String) - Static method in enum org.apache.shardingsphere.database.protocol.postgresql.packet.command.PostgreSQLCommandPacketType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.shardingsphere.database.protocol.postgresql.packet.command.PostgreSQLCommandPacketType
Value of integer.
valueOfJDBCType(int) - Static method in enum org.apache.shardingsphere.database.protocol.postgresql.constant.PostgreSQLColumnType
Value of JDBC type.
values() - Static method in enum org.apache.shardingsphere.database.protocol.postgresql.constant.PostgreSQLColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.database.protocol.postgresql.packet.command.PostgreSQLCommandPacketType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.admin.PostgreSQLUnsupportedCommandPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.PostgreSQLBinaryResultSetRowPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.PostgreSQLBindCompletePacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.PostgreSQLComBindPacket
 
write(PostgreSQLPacketPayload, Object) - Method in interface org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLBinaryProtocolValue
Write binary protocol value.
write(PostgreSQLPacketPayload, Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLDateBinaryProtocolValue
 
write(PostgreSQLPacketPayload, Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLDoubleBinaryProtocolValue
 
write(PostgreSQLPacketPayload, Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLFloatBinaryProtocolValue
 
write(PostgreSQLPacketPayload, Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt2BinaryProtocolValue
 
write(PostgreSQLPacketPayload, Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt4BinaryProtocolValue
 
write(PostgreSQLPacketPayload, Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLInt8BinaryProtocolValue
 
write(PostgreSQLPacketPayload, Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLStringBinaryProtocolValue
 
write(PostgreSQLPacketPayload, Object) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.bind.protocol.PostgreSQLTimeBinaryProtocolValue
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.describe.PostgreSQLComDescribePacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.execute.PostgreSQLComExecutePacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.parse.PostgreSQLComParsePacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.parse.PostgreSQLParseCompletePacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.binary.sync.PostgreSQLComSyncPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.PostgreSQLRowDescriptionPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.text.PostgreSQLComQueryPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.command.query.text.PostgreSQLDataRowPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLCommandCompletePacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLComTerminationPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.generic.PostgreSQLReadyForQueryPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.handshake.PostgreSQLAuthenticationOKPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.handshake.PostgreSQLComStartupPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.handshake.PostgreSQLParameterStatusPacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.database.protocol.postgresql.packet.handshake.PostgreSQLSSLNegativePacket
 
writeBytes(byte[]) - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Write variable length bytes to byte buffers.
writeInt1(int) - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Write 1 byte fixed length integer to byte buffers.
writeInt2(int) - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Write 2 byte fixed length integer to byte buffers.
writeInt4(int) - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Write 4 byte fixed length integer to byte buffers.
writeInt8(long) - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Write 8 byte fixed length integer to byte buffers.
writeStringEOF(String) - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Write rest of packet string to byte buffers.
writeStringNul(String) - Method in class org.apache.shardingsphere.database.protocol.postgresql.payload.PostgreSQLPacketPayload
Write null terminated string to byte buffers.
A B C D E F G I M N O P R S U V W 
Skip navigation links

Copyright © 2020 The Apache Software Foundation. All rights reserved.