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