Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.jdbc |
Modifier and Type | Class and Description |
---|---|
class |
ServerVersion
Enumeration for PostgreSQL versions.
|
Modifier and Type | Method and Description |
---|---|
static Version |
ServerVersion.from(java.lang.String version)
Attempt to parse the server version string into an XXYYZZ form version number into a
Version . |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseConnection.haveMinimumServerVersion(Version ver)
Check if we have at least a particular server version.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PgConnection.haveMinimumServerVersion(Version ver) |
Copyright © 2021 PostgreSQL Global Development Group. All rights reserved.