Uses of Interface
org.jooq.CreateTypeFinalStep
Packages that use CreateTypeFinalStep
-
Uses of CreateTypeFinalStep in org.jooq
Methods in org.jooq that return CreateTypeFinalStepModifier and TypeMethodDescription@NotNull CreateTypeFinalStepCreateTypeStep.as(Collection<? extends Field<?>> attributes) Add theASclause to theCREATE TYPEstatement.@NotNull CreateTypeFinalStepAdd theASclause to theCREATE TYPEstatement.@NotNull CreateTypeFinalStepCreateTypeStep.asEnum()Add theAS ENUMclause to theCREATE TYPEstatement.@NotNull CreateTypeFinalStepAdd theAS ENUMclause to theCREATE TYPEstatement.@NotNull CreateTypeFinalStepCreateTypeStep.asEnum(Collection<? extends Field<String>> values) Add theAS ENUMclause to theCREATE TYPEstatement.@NotNull CreateTypeFinalStepAdd theAS ENUMclause to theCREATE TYPEstatement.