Uses of Interface
org.jooq.CreateTableCommentStep
Packages that use CreateTableCommentStep
-
Uses of CreateTableCommentStep in org.jooq
Subinterfaces of CreateTableCommentStep in org.jooqModifier and TypeInterfaceDescriptioninterface
A step in the construction of theCREATE TABLE
statement.interface
A step in the construction of theCREATE TABLE
statement.interface
A step in the construction of theCREATE TABLE
statement.interface
A step in the construction of theCREATE TABLE
statement.Methods in org.jooq that return CreateTableCommentStepModifier and TypeMethodDescription@NotNull CreateTableCommentStep
CreateTableOnCommitStep.onCommitDeleteRows()
Add theON COMMIT DELETE ROWS
clause to theCREATE TABLE
statement.@NotNull CreateTableCommentStep
CreateTableOnCommitStep.onCommitDrop()
Add theON COMMIT DROP
clause to theCREATE TABLE
statement.@NotNull CreateTableCommentStep
CreateTableOnCommitStep.onCommitPreserveRows()
Add theON COMMIT PRESERVE ROWS
clause to theCREATE TABLE
statement.