Uses of Interface
org.jooq.CreateTypeFinalStep
-
Packages that use CreateTypeFinalStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of CreateTypeFinalStep in org.jooq
Methods in org.jooq that return CreateTypeFinalStep Modifier and Type Method Description CreateTypeFinalStepCreateTypeStep. asEnum()Add theAS ENUMclause to theCREATE TYPEstatement.CreateTypeFinalStepCreateTypeStep. asEnum(java.lang.String... values)Add theAS ENUMclause to theCREATE TYPEstatement.CreateTypeFinalStepCreateTypeStep. asEnum(java.util.Collection<?> values)Add theAS ENUMclause to theCREATE TYPEstatement.CreateTypeFinalStepCreateTypeStep. asEnum(Field<java.lang.String>... values)Add theAS ENUMclause to theCREATE TYPEstatement.
-