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 VersionPGAnyType. getRequiredVersion()VersionPGType. getRequiredVersion() -
Uses of Version in com.impossibl.postgres.jdbc
Fields in com.impossibl.postgres.jdbc declared as Version Modifier and Type Field Description static VersionPGDriver. VERSIONThe 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 VersionServerConnection. 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_VERSIONMethods in com.impossibl.postgres.system that return Version Modifier and Type Method Description static VersionVersion. get(int major, Integer minor, Integer revision)static VersionVersion. get(int major, Integer minor, Integer revision, String tag)VersionServerInfo. getVersion()static VersionVersion. parse(String versionString)Methods in com.impossibl.postgres.system with parameters of type Version Modifier and Type Method Description booleanVersion. isEqual(Version ver)booleanVersion. 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 StringPGTypeTable. getSQL(Version currentVersion)StringTable. getSQL(Version currentVersion)Returns the SQL that is needed to load all rows of this table.static StringTables. 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 VersionSharedRegistry. getServerVersion()
-