Uses of Enum
org.postgresql.core.ProtocolVersion
Packages that use ProtocolVersion
-
Uses of ProtocolVersion in org.postgresql.core
Subclasses with type arguments of type ProtocolVersion in org.postgresql.coreModifier and TypeClassDescriptionenumEnum representing the supported PostgreSQL protocol versions.Fields in org.postgresql.core declared as ProtocolVersionMethods 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 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 TypeMethodDescriptionvoidPGStream.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