Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
CreateTableColumnStep
A
Query that can create tables. |
interface |
CreateTableCommentStep
A
Query that can create tables. |
interface |
CreateTableConstraintStep
A
Query that can create tables. |
interface |
CreateTableIndexStep
A
Query that can create tables. |
interface |
CreateTableOnCommitStep
A
Query that can create tables. |
interface |
CreateTableStorageStep
A
Query that can create tables. |
interface |
CreateTableWithDataStep
A
Query that can create tables. |
Modifier and Type | Method and Description |
---|---|
CreateTableFinalStep |
CreateTableStorageStep.storage(SQL sql)
Add vendor-specific storage clauses to the
CREATE TABLE statement. |
CreateTableFinalStep |
CreateTableStorageStep.storage(String sql)
Add vendor-specific storage clauses to the
CREATE TABLE statement. |
CreateTableFinalStep |
CreateTableStorageStep.storage(String sql,
Object... bindings)
Add vendor-specific storage clauses to the
CREATE TABLE statement. |
CreateTableFinalStep |
CreateTableStorageStep.storage(String sql,
QueryPart... parts)
Add vendor-specific storage clauses to the
CREATE TABLE
statement. |
Copyright © 2019. All rights reserved.