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 ProtocolVersion
PGStream.protocolVersion
protected ProtocolVersion
QueryExecutorBase.protocolVersion
private static final ProtocolVersion[]
ProtocolVersion.values
Methods in org.postgresql.core that return ProtocolVersionModifier and TypeMethodDescriptionstatic ProtocolVersion
ProtocolVersion.fromMajorMinor
(int major, int minor) PGStream.getProtocolVersion()
QueryExecutor.getProtocolVersion()
static ProtocolVersion
Returns 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 TypeMethodDescriptionvoid
PGStream.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 void
ConnectionFactoryImpl.sendStartupPacket
(PGStream pgStream, ProtocolVersion protocolVersion, List<ConnectionFactoryImpl.StartupParam> params) -
Uses of ProtocolVersion in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return ProtocolVersion