|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Version | |
|---|---|
| org.postgresql.core | |
| org.postgresql.jdbc | |
| Uses of Version in org.postgresql.core |
|---|
| Classes in org.postgresql.core that implement Version | |
|---|---|
class |
ServerVersion
Enumeration for PostgreSQL versions. |
| Methods in org.postgresql.core that return Version | |
|---|---|
static Version |
ServerVersion.from(String version)
Attempt to parse the server version string into an XXYYZZ form version number into a Version. |
| Methods in org.postgresql.core with parameters of type Version | |
|---|---|
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. |
| Uses of Version in org.postgresql.jdbc |
|---|
| Methods in org.postgresql.jdbc with parameters of type Version | |
|---|---|
boolean |
PgConnection.haveMinimumCompatibleVersion(Version ver)
|
boolean |
PgConnection.haveMinimumServerVersion(Version ver)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||