Uses of Enum Class
org.pgcodekeeper.core.loader.pg.SupportedPgVersion
Packages that use SupportedPgVersion
Package
Description
-
Uses of SupportedPgVersion in org.pgcodekeeper.core.loader.pg
Methods in org.pgcodekeeper.core.loader.pg that return SupportedPgVersionModifier and TypeMethodDescriptionstatic SupportedPgVersionSupportedPgVersion.valueOf(int checkVersion) Returns the highest supported version that is less than or equal to the specified version.static SupportedPgVersionReturns the enum constant of this class with the specified name.static SupportedPgVersion[]SupportedPgVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SupportedPgVersion in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return SupportedPgVersionMethods in org.pgcodekeeper.core.schema with parameters of type SupportedPgVersion -
Uses of SupportedPgVersion in org.pgcodekeeper.core.schema.meta
Methods in org.pgcodekeeper.core.schema.meta with parameters of type SupportedPgVersionModifier and TypeMethodDescriptionstatic MetaContainerMetaUtils.createTreeFromDefs(Stream<MetaStatement> defs, DatabaseType dbType, SupportedPgVersion version) Creates a metadata container from a stream of metadata definitions.