Uses of Interface
org.jooq.CreateTableStorageStep
-
Packages that use CreateTableStorageStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of CreateTableStorageStep in org.jooq
Subinterfaces of CreateTableStorageStep in org.jooq Modifier and Type Interface Description interfaceCreateTableColumnStepAQuerythat can create tables.interfaceCreateTableCommentStepAQuerythat can create tables.interfaceCreateTableConstraintStepAQuerythat can create tables.interfaceCreateTableIndexStepAQuerythat can create tables.interfaceCreateTableOnCommitStepAQuerythat can create tables.interfaceCreateTableWithDataStepAQuerythat can create tables.Methods in org.jooq that return CreateTableStorageStep Modifier and Type Method Description @NotNull CreateTableStorageStepCreateTableCommentStep. comment(String comment)Add a comment to the table.@NotNull CreateTableStorageStepCreateTableCommentStep. comment(Comment comment)Add a comment to the table.
-