Uses of Enum
org.postgresql.core.ProtocolVersion
Packages that use ProtocolVersion
-
Uses of ProtocolVersion in org.postgresql.core
Fields in org.postgresql.core declared as ProtocolVersionMethods 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 type with the specified name.static ProtocolVersion[]
ProtocolVersion.values()
Returns an array containing the constants of this enum type, 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 ProtocolVersion -
Uses of ProtocolVersion in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return ProtocolVersion