Index

B C D E F G I N O R T V W 
All Classes and Interfaces|All Packages|Constant Field Values

B

BATCH_BIND_COMMAND - Enum constant in enum org.apache.shardingsphere.db.protocol.opengauss.packet.command.OpenGaussCommandPacketType
 

C

createPacketPayload(ByteBuf, Charset) - Method in class org.apache.shardingsphere.db.protocol.opengauss.codec.OpenGaussPacketCodecEngine
 

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.apache.shardingsphere.db.protocol.opengauss.codec.OpenGaussPacketCodecEngine
 

E

encode(ChannelHandlerContext, PostgreSQLPacket, ByteBuf) - Method in class org.apache.shardingsphere.db.protocol.opengauss.codec.OpenGaussPacketCodecEngine
 

F

FIELD_TYPE_CODE - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_DETAIL - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_ERRORCODE - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_FILE - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_HINT - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_INTERNAL_POSITION - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_INTERNAL_QUERY - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_LINE - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_MESSAGE - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_POSITION - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_ROUTINE - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_SEVERITY - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_SOCKET_ADDRESS - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
FIELD_TYPE_WHERE - Static variable in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 

G

getIdentifier() - Method in class org.apache.shardingsphere.db.protocol.opengauss.packet.authentication.OpenGaussAuthenticationSCRAMSha256Packet
 
getIdentifier() - Method in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
getIdentifier() - Method in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.query.extended.bind.OpenGaussComBatchBindPacket
 

I

isExtendedProtocolPacketType(CommandPacketType) - Static method in enum org.apache.shardingsphere.db.protocol.opengauss.packet.command.OpenGaussCommandPacketType
Check if the packet type is extended protocol packet type.
isValidHeader(int) - Method in class org.apache.shardingsphere.db.protocol.opengauss.codec.OpenGaussPacketCodecEngine
 

N

newInstance(CommandPacketType, PostgreSQLPacketPayload) - Static method in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.OpenGaussCommandPacketFactory
Create new instance of command packet.

O

OpenGaussAuthenticationSCRAMSha256Packet - Class in org.apache.shardingsphere.db.protocol.opengauss.packet.authentication
Authentication request SCRAM SHA-256 for openGauss.
OpenGaussAuthenticationSCRAMSha256Packet() - Constructor for class org.apache.shardingsphere.db.protocol.opengauss.packet.authentication.OpenGaussAuthenticationSCRAMSha256Packet
 
OpenGaussComBatchBindPacket - Class in org.apache.shardingsphere.db.protocol.opengauss.packet.command.query.extended.bind
Batch bind packet for openGauss.
OpenGaussComBatchBindPacket(PostgreSQLPacketPayload) - Constructor for class org.apache.shardingsphere.db.protocol.opengauss.packet.command.query.extended.bind.OpenGaussComBatchBindPacket
 
OpenGaussCommandPacket - Class in org.apache.shardingsphere.db.protocol.opengauss.packet.command
Command packet for openGauss.
OpenGaussCommandPacket() - Constructor for class org.apache.shardingsphere.db.protocol.opengauss.packet.command.OpenGaussCommandPacket
 
OpenGaussCommandPacketFactory - Class in org.apache.shardingsphere.db.protocol.opengauss.packet.command
Command packet factory for openGauss.
OpenGaussCommandPacketFactory() - Constructor for class org.apache.shardingsphere.db.protocol.opengauss.packet.command.OpenGaussCommandPacketFactory
 
OpenGaussCommandPacketType - Enum in org.apache.shardingsphere.db.protocol.opengauss.packet.command
Command packet type for openGauss.
OpenGaussErrorResponsePacket - Class in org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic
Error response packet for openGauss.
OpenGaussErrorResponsePacket(String, String, String) - Constructor for class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
OpenGaussErrorResponsePacket(Map<Character, String>) - Constructor for class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
OpenGaussIdentifierTag - Interface in org.apache.shardingsphere.db.protocol.opengauss.packet.identifier
OpenGauss identifier tag.
OpenGaussPacketCodecEngine - Class in org.apache.shardingsphere.db.protocol.opengauss.codec
Database packet codec for openGauss.
OpenGaussPacketCodecEngine() - Constructor for class org.apache.shardingsphere.db.protocol.opengauss.codec.OpenGaussPacketCodecEngine
 
org.apache.shardingsphere.db.protocol.opengauss.codec - package org.apache.shardingsphere.db.protocol.opengauss.codec
 
org.apache.shardingsphere.db.protocol.opengauss.packet.authentication - package org.apache.shardingsphere.db.protocol.opengauss.packet.authentication
 
org.apache.shardingsphere.db.protocol.opengauss.packet.command - package org.apache.shardingsphere.db.protocol.opengauss.packet.command
 
org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic - package org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic
 
org.apache.shardingsphere.db.protocol.opengauss.packet.command.query.extended.bind - package org.apache.shardingsphere.db.protocol.opengauss.packet.command.query.extended.bind
 
org.apache.shardingsphere.db.protocol.opengauss.packet.identifier - package org.apache.shardingsphere.db.protocol.opengauss.packet.identifier
 

R

readParameterSets(List<PostgreSQLColumnType>) - Method in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.query.extended.bind.OpenGaussComBatchBindPacket
Read parameter sets from payload.

T

toServerErrorMessage() - Method in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
To server error message.

V

valueOf(int) - Static method in enum org.apache.shardingsphere.db.protocol.opengauss.packet.command.OpenGaussCommandPacketType
Value of integer.
valueOf(String) - Static method in enum org.apache.shardingsphere.db.protocol.opengauss.packet.command.OpenGaussCommandPacketType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shardingsphere.db.protocol.opengauss.packet.command.OpenGaussCommandPacketType
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.db.protocol.opengauss.packet.authentication.OpenGaussAuthenticationSCRAMSha256Packet
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.generic.OpenGaussErrorResponsePacket
 
write(PostgreSQLPacketPayload) - Method in class org.apache.shardingsphere.db.protocol.opengauss.packet.command.query.extended.bind.OpenGaussComBatchBindPacket
 
B C D E F G I N O R T V W 
All Classes and Interfaces|All Packages|Constant Field Values