Uses of Enum Class
org.postgresql.core.ProtocolVersion
Packages that use ProtocolVersion
-
Uses of ProtocolVersion in org.postgresql.core
Fields in org.postgresql.core declared as ProtocolVersionModifier and TypeFieldDescriptionprivate ProtocolVersionPGStream.protocolVersionprotected ProtocolVersionQueryExecutorBase.protocolVersionprivate static final ProtocolVersion[]ProtocolVersion.valuesMethods in org.postgresql.core that return ProtocolVersionModifier and TypeMethodDescriptionstatic ProtocolVersionProtocolVersion.fromMajorMinor(int major, int minor) PGStream.getProtocolVersion()QueryExecutor.getProtocolVersion()static ProtocolVersionReturns the enum constant of this class with the specified name.static ProtocolVersion[]ProtocolVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.postgresql.core with parameters of type ProtocolVersionModifier and TypeMethodDescriptionvoidPGStream.setProtocolVersion(ProtocolVersion protocolVersion) -
Uses of ProtocolVersion in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return ProtocolVersionMethods in org.postgresql.core.v3 with parameters of type ProtocolVersionModifier and TypeMethodDescriptionprivate static voidConnectionFactoryImpl.sendStartupPacket(PGStream pgStream, ProtocolVersion protocolVersion, List<ConnectionFactoryImpl.StartupParam> params) -
Uses of ProtocolVersion in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return ProtocolVersion