Uses of Interface
org.postgresql.core.Version

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)
           
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.