Uses of Interface
org.postgresql.core.Version
Packages that use Version
-
Uses of Version in org.postgresql.core
Classes in org.postgresql.core that implement VersionMethods in org.postgresql.core that return VersionModifier and TypeMethodDescriptionstatic Version
Attempt to parse the server version string into an XXYYZZ form version number into aVersion
.Methods in org.postgresql.core with parameters of type VersionModifier and TypeMethodDescriptionboolean
BaseConnection.haveMinimumServerVersion
(Version ver) Check if we have at least a particular server version. -
Uses of Version in org.postgresql.jdbc
Methods in org.postgresql.jdbc with parameters of type Version