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.base.parser
Methods in org.pgcodekeeper.core.database.base.parser with parameters of type ISupportedVersionModifier and TypeMethodDescriptionstatic voidFullAnalyze.fullAnalyze(IDatabase db, List<Object> errors, ISupportedVersion version) Performs full analysis of the database using metadata created from the database. -
Uses of ISupportedVersion in org.pgcodekeeper.core.database.base.schema.meta
Methods in org.pgcodekeeper.core.database.base.schema.meta with parameters of type ISupportedVersionModifier and TypeMethodDescriptionstatic MetaContainerMetaUtils.createTreeFromDb(IDatabase db, ISupportedVersion version) Creates a metadata container from a database object. -
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.Methods in org.pgcodekeeper.core.database.ch.jdbc that return ISupportedVersionModifier and TypeMethodDescriptionstatic ISupportedVersionChSupportedVersion.getDefaultVersion() -
Uses of ISupportedVersion in org.pgcodekeeper.core.database.ch.schema
Methods in org.pgcodekeeper.core.database.ch.schema that return ISupportedVersion -
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.Methods in org.pgcodekeeper.core.database.ms.jdbc that return ISupportedVersionModifier and TypeMethodDescriptionstatic ISupportedVersionMsSupportedVersion.getDefaultVersion() -
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.Methods in org.pgcodekeeper.core.database.pg.jdbc that return ISupportedVersionModifier and TypeMethodDescriptionstatic ISupportedVersionPgSupportedVersion.getDefaultVersion() -
Uses of ISupportedVersion in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return ISupportedVersion -
Uses of ISupportedVersion in org.pgcodekeeper.core.settings
Methods in org.pgcodekeeper.core.settings that return ISupportedVersionMethods in org.pgcodekeeper.core.settings with parameters of type ISupportedVersion