Uses of Interface
org.postgresql.core.Version
-
Packages that use Version Package Description org.postgresql.core org.postgresql.jdbc -
-
Uses of Version in org.postgresql.core
Classes in org.postgresql.core that implement Version Modifier and Type Class Description classServerVersionEnumeration for PostgreSQL versions.Methods in org.postgresql.core that return Version Modifier and Type Method Description static VersionServerVersion. from(java.lang.String 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 Version Modifier and Type Method Description booleanBaseConnection. 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 Modifier and Type Method Description booleanPgConnection. haveMinimumServerVersion(Version ver)
-