Uses of Class
com.impossibl.postgres.system.Version
-
-
Uses of Version in com.impossibl.postgres.api.jdbc
Methods in com.impossibl.postgres.api.jdbc that return Version Modifier and Type Method Description default Version
PGAnyType. getRequiredVersion()
Version
PGType. getRequiredVersion()
-
Uses of Version in com.impossibl.postgres.jdbc
Fields in com.impossibl.postgres.jdbc declared as Version Modifier and Type Field Description static Version
PGDriver. VERSION
The version of the driver -
Uses of Version in com.impossibl.postgres.protocol
Methods in com.impossibl.postgres.protocol that return Version Modifier and Type Method Description Version
ServerConnection. getProtocolVersion()
-
Uses of Version in com.impossibl.postgres.system
Fields in com.impossibl.postgres.system with type parameters of type Version Modifier and Type Field Description static Setting<Version>
SystemSettings. PROTOCOL_VERSION
Methods in com.impossibl.postgres.system that return Version Modifier and Type Method 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)
Methods in com.impossibl.postgres.system with parameters of type Version Modifier and Type Method Description boolean
Version. isEqual(Version ver)
boolean
Version. isMinimum(Version ver)
Constructors in com.impossibl.postgres.system with parameters of type Version Constructor Description ServerInfo(Version version, String encoding, boolean integerDateTimes)
UnsupportedServerVersion(Version version)
-
Uses of Version in com.impossibl.postgres.system.tables
Methods in com.impossibl.postgres.system.tables with parameters of type Version Modifier and Type Method Description String
PGTypeTable. getSQL(Version currentVersion)
String
Table. getSQL(Version currentVersion)
Returns the SQL that is needed to load all rows of this table.static String
Tables. getSQL(Object[] sqlData, Version currentVersion)
Helper function for matching a SQL query with a version. -
Uses of Version in com.impossibl.postgres.types
Methods in com.impossibl.postgres.types that return Version Modifier and Type Method Description Version
SharedRegistry. getServerVersion()
-