Uses of Enum Class
org.pgcodekeeper.core.database.ms.schema.MsGeneratedType
Packages that use MsGeneratedType
-
Uses of MsGeneratedType in org.pgcodekeeper.core.database.ms.schema
Methods in org.pgcodekeeper.core.database.ms.schema that return MsGeneratedTypeModifier and TypeMethodDescriptionMsColumn.getGenerated()static MsGeneratedTypeMsGeneratedType.parseDbType(int type) Parses a database type ID to the corresponding GeneratedType.static MsGeneratedTypeReturns the enum constant of this class with the specified name.static MsGeneratedType[]MsGeneratedType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pgcodekeeper.core.database.ms.schema with parameters of type MsGeneratedType