| Package | Description |
|---|---|
| org.postgresql.core | |
| org.postgresql.jdbc |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ServerVersion |
Enumeration for PostgreSQL versions.
|
| 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 a
Version. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
BaseConnection.haveMinimumServerVersion(Version ver) |
Check if we have at least a particular server version.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
PgConnection.haveMinimumServerVersion(Version ver) |
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.