Uses of Interface
org.pgcodekeeper.core.database.api.jdbc.ISupportedVersion
Packages that use ISupportedVersion
Package
Description
-
Uses of ISupportedVersion in org.pgcodekeeper.core.database.api.jdbc
Methods in org.pgcodekeeper.core.database.api.jdbc with type parameters of type ISupportedVersionModifier and TypeMethodDescriptionstatic <T extends ISupportedVersion>
TISupportedVersion.valueOf(int checkVersion, T[] versions, T defaultValue) Returns the highest supported version that is less than or equal to the specified version.Methods in org.pgcodekeeper.core.database.api.jdbc with parameters of type ISupportedVersionModifier and TypeMethodDescriptionstatic <T extends ISupportedVersion>
TISupportedVersion.valueOf(int checkVersion, T[] versions, T defaultValue) Returns the highest supported version that is less than or equal to the specified version. -
Uses of ISupportedVersion in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return ISupportedVersion -
Uses of ISupportedVersion in org.pgcodekeeper.core.database.ch.jdbc
Classes in org.pgcodekeeper.core.database.ch.jdbc that implement ISupportedVersionModifier and TypeClassDescriptionenumEnumeration of supported ClickHouse versions. -
Uses of ISupportedVersion in org.pgcodekeeper.core.database.ms.jdbc
Classes in org.pgcodekeeper.core.database.ms.jdbc that implement ISupportedVersionModifier and TypeClassDescriptionenumEnumeration of supported Microsoft SQL Server versions. -
Uses of ISupportedVersion in org.pgcodekeeper.core.database.ms.schema
Methods in org.pgcodekeeper.core.database.ms.schema that return ISupportedVersion -
Uses of ISupportedVersion in org.pgcodekeeper.core.database.pg.jdbc
Classes in org.pgcodekeeper.core.database.pg.jdbc that implement ISupportedVersionModifier and TypeClassDescriptionenumEnumeration of supported PostgreSQL and Greenplum versions. -
Uses of ISupportedVersion in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return ISupportedVersion