Uses of Enum Class
org.pgcodekeeper.core.database.pg.jdbc.PgSupportedVersion
Packages that use PgSupportedVersion
-
Uses of PgSupportedVersion in org.pgcodekeeper.core.database.pg.jdbc
Methods in org.pgcodekeeper.core.database.pg.jdbc that return PgSupportedVersionModifier and TypeMethodDescriptionstatic PgSupportedVersionPgSupportedVersion.valueOf(int checkVersion) Returns the highest supported version that is less than or equal to the specified version.static PgSupportedVersionReturns the enum constant of this class with the specified name.static PgSupportedVersion[]PgSupportedVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.