Uses of Interface
org.jooq.CreateTableStorageStep
-
Packages that use CreateTableStorageStep Package Description org.jooq Theorg.jooqpackage 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 CreateTableStorageStepCreateTableCommentStep. comment(String comment)Add a comment to the table.CreateTableStorageStepCreateTableCommentStep. comment(Comment comment)Add a comment to the table.
-