| 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(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.haveMinimumCompatibleVersion(Version ver)
Check if we should use driver behaviour introduced in a particular driver version.
|
boolean |
BaseConnection.haveMinimumServerVersion(Version ver)
Check if we have at least a particular server version.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PgConnection.haveMinimumCompatibleVersion(Version ver) |
boolean |
PgConnection.haveMinimumServerVersion(Version ver) |
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.