Package | Description |
---|---|
com.impossibl.postgres.jdbc | |
com.impossibl.postgres.system | |
com.impossibl.postgres.system.tables |
Modifier and Type | Field and Description |
---|---|
static Version |
PGDriver.VERSION
The version of the driver
|
Modifier and Type | Field and Description |
---|---|
protected Version |
BasicContext.serverVersion |
Modifier and Type | Method and Description |
---|---|
static Version |
Version.get(int major,
Integer minor,
Integer revision) |
Version |
BasicContext.getServerVersion() |
static Version |
Version.parse(String versionString) |
Modifier and Type | Method and Description |
---|---|
boolean |
Version.isEqual(Version ver) |
boolean |
Version.isMinimum(Version ver) |
void |
BasicContext.setServerVersion(Version serverVersion) |
Constructor and Description |
---|
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 |
PgProc.getSQL(Version currentVersion) |
String |
Table.getSQL(Version currentVersion)
Returns the SQL that is needed to load all rows of this table.
|
String |
PgType.getSQL(Version currentVersion) |
String |
PgAttribute.getSQL(Version currentVersion) |
Copyright © 2013–2017 impossibl.com. All rights reserved.