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 class
ServerVersion
Enumeration for PostgreSQL versions.Methods in org.postgresql.core that return Version Modifier and Type Method Description static Version
ServerVersion. 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 boolean
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 Modifier and Type Method Description boolean
PgConnection. haveMinimumServerVersion(Version ver)
-