Uses of Interface
org.jooq.CreateTypeFinalStep
-
Uses of CreateTypeFinalStep in org.jooq
Modifier and TypeMethodDescription@NotNull CreateTypeFinalStep
CreateTypeStep.as
(Collection<? extends Field<?>> attributes) Add theAS
clause to theCREATE TYPE
statement.@NotNull CreateTypeFinalStep
Add theAS
clause to theCREATE TYPE
statement.@NotNull CreateTypeFinalStep
CreateTypeStep.asEnum()
Add theAS ENUM
clause to theCREATE TYPE
statement.@NotNull CreateTypeFinalStep
Add theAS ENUM
clause to theCREATE TYPE
statement.@NotNull CreateTypeFinalStep
CreateTypeStep.asEnum
(Collection<? extends Field<String>> values) Add theAS ENUM
clause to theCREATE TYPE
statement.@NotNull CreateTypeFinalStep
Add theAS ENUM
clause to theCREATE TYPE
statement.