| Modifier and Type | Method and Description |
|---|---|
Version |
PGType.getRequiredVersion() |
default Version |
PGAnyType.getRequiredVersion() |
| Modifier and Type | Field and Description |
|---|---|
static Version |
PGDriver.VERSION
The version of the driver
|
| Modifier and Type | Method and Description |
|---|---|
Version |
ServerConnection.getProtocolVersion() |
| Modifier and Type | Field and Description |
|---|---|
static Setting<Version> |
SystemSettings.PROTOCOL_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.get(int major,
Integer minor,
Integer revision) |
static Version |
Version.get(int major,
Integer minor,
Integer revision,
String tag) |
Version |
ServerInfo.getVersion() |
static Version |
Version.parse(String versionString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Version.isEqual(Version ver) |
boolean |
Version.isMinimum(Version ver) |
| Constructor and Description |
|---|
ServerInfo(Version version,
String encoding,
boolean integerDateTimes) |
UnsupportedServerVersion(Version version) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Tables.getSQL(Object[] sqlData,
Version currentVersion)
Helper function for matching a SQL query with a version.
|
String |
PGTypeTable.getSQL(Version currentVersion) |
String |
Table.getSQL(Version currentVersion)
Returns the SQL that is needed to load all rows of this table.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
SharedRegistry.getServerVersion() |