jar

org.apache.shardingsphere : shardingsphere-db-protocol-postgresql

Maven & Gradle

Sep 05, 2022
3 usages
18.5k stars

shardingsphere-db-protocol-postgresql

Table Of Contents

Latest Version

Download org.apache.shardingsphere : shardingsphere-db-protocol-postgresql JAR file - Latest Versions:

All Versions

Download org.apache.shardingsphere : shardingsphere-db-protocol-postgresql JAR file - All Versions:

Version Vulnerabilities Size Updated
5.2.x
5.1.x
5.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window shardingsphere-db-protocol-postgresql-5.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.shardingsphere.db.protocol.postgresql.packet.handshake

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.handshake.PostgreSQLAuthenticationOKPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.handshake.PostgreSQLComStartupPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.handshake.PostgreSQLParameterStatusPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.handshake.PostgreSQLPasswordMessagePacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.handshake.PostgreSQLRandomGenerator.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.handshake.PostgreSQLSSLNegativePacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.PostgreSQLPacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.describe

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.describe.PostgreSQLComDescribePacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.parse

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.parse.PostgreSQLComParsePacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.parse.PostgreSQLParseCompletePacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.simple

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.simple.PostgreSQLComQueryPacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.PostgreSQLBindCompletePacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.PostgreSQLComBindPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.PostgreSQLTypeUnspecifiedSQLParameter.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.constant

├─ org.apache.shardingsphere.db.protocol.postgresql.constant.PostgreSQLArrayColumnType.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.constant.PostgreSQLAuthenticationMethod.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.constant.PostgreSQLMessageSeverityLevel.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.constant.PostgreSQLServerInfo.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.constant.PostgreSQLValueFormat.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.sync

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.sync.PostgreSQLComSyncPacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.handshake.authentication

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.handshake.authentication.PostgreSQLMD5PasswordAuthenticationPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.handshake.authentication.PostgreSQLPasswordAuthenticationPacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.PostgreSQLAggregatedCommandPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.PostgreSQLAggregatedResponsesPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.PostgreSQLColumnType.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.codec

├─ org.apache.shardingsphere.db.protocol.postgresql.codec.PostgreSQLPacketCodecEngine.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.payload

├─ org.apache.shardingsphere.db.protocol.postgresql.payload.PostgreSQLPacketPayload.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.identifier

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.identifier.PostgreSQLIdentifierPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.identifier.PostgreSQLIdentifierTag.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.identifier.PostgreSQLMessagePacketType.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.close

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.close.PostgreSQLCloseCompletePacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.close.PostgreSQLComClosePacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.execute

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.execute.PostgreSQLComExecutePacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.execute.PostgreSQLPortalSuspendedPacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLArrayParameterDecoder.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLBinaryProtocolValueFactory.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLBinaryTimestampUtils.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLBoolArrayBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLByteConverter.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLDateBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLDoubleBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLFloat4ArrayBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLFloat8ArrayBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLFloatBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLInt2ArrayBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLInt2BinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLInt4ArrayBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLInt4BinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLInt8ArrayBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLInt8BinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLNumericBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLStringArrayBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLStringBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLTextTimestampUtils.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLTimeBinaryProtocolValue.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol.PostgreSQLUnspecifiedBinaryProtocolValue.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.admin

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.admin.PostgreSQLUnsupportedCommandPacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.generic

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.generic.PostgreSQLComTerminationPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.generic.PostgreSQLCommandCompletePacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.generic.PostgreSQLErrorResponsePacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.generic.PostgreSQLReadyForQueryPacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command.query

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.PostgreSQLColumnDescription.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.PostgreSQLDataRowPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.PostgreSQLEmptyQueryResponsePacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.PostgreSQLNoDataPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.PostgreSQLParameterDescriptionPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.PostgreSQLRowDescriptionPacket.class - [JAR]

org.apache.shardingsphere.db.protocol.postgresql.packet.command

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.PostgreSQLCommandPacket.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.PostgreSQLCommandPacketFactory.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.PostgreSQLCommandPacketType.class - [JAR]

├─ org.apache.shardingsphere.db.protocol.postgresql.packet.command.PostgreSQLCommandPacketTypeLoader.class - [JAR]

Advertisement

Dependencies from Group

Jun 05, 2020
54 usages
18.5k stars
Jul 04, 2023
28 usages
18.5k stars
Jul 04, 2023
24 usages
18.5k stars
Mar 26, 2023
18 usages
18.5k stars

Discover Dependencies

Aug 25, 2023
8 usages
11.9k stars
Nov 17, 2020
3 usages
545 stars
Nov 16, 2020
3 usages
65 stars
Nov 23, 2020
3 usages
4 stars
Nov 15, 2020
3 usages
Nov 09, 2020
3 usages
Nov 23, 2020
3 usages
Nov 23, 2020
3 usages
Nov 15, 2020
3 usages
21 stars