Uses of Enum Class
org.pgcodekeeper.core.database.ms.schema.MsFunctionTypes
Packages that use MsFunctionTypes
-
Uses of MsFunctionTypes in org.pgcodekeeper.core.database.ms.schema
Methods in org.pgcodekeeper.core.database.ms.schema that return MsFunctionTypesModifier and TypeMethodDescriptionstatic MsFunctionTypesReturns the enum constant of this class with the specified name.static MsFunctionTypes[]MsFunctionTypes.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 MsFunctionTypesModifier and TypeMethodDescriptionvoidMsClrFunction.setFuncType(MsFunctionTypes funcType) voidMsFunction.setFuncType(MsFunctionTypes funcType)