Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
AlterSequenceFinalStep
A
Query that can alter sequences. |
interface |
AlterTableDropStep
The step in the
ALTER TABLE DSL used to DROP
columns. |
interface |
AlterTableFinalStep
The final step in the
ALTER TABLE DSL. |
interface |
CreateIndexFinalStep
A
Query that can create indexes. |
interface |
CreateSequenceFinalStep
A
Query that can create sequences. |
interface |
CreateTableColumnStep
A
Query that can create tables. |
interface |
CreateTableConstraintStep
A
Query that can create tables. |
interface |
CreateTableFinalStep
A
Query that can create tables. |
interface |
CreateTableOnCommitStep
A
Query that can create tables. |
interface |
CreateViewFinalStep
A
Query that can create views. |
interface |
DropIndexFinalStep
A
Query that can create indexes. |
interface |
DropIndexOnStep
A
Query that can create indexes. |
interface |
DropSequenceFinalStep
A
Query that can drop sequences. |
interface |
DropTableFinalStep
The final step in the
DROP TABLE DSL. |
interface |
DropTableStep
The step in the
DROP TABLE DSL used to specify DROP
behaviour. |
interface |
DropViewFinalStep
The final step in the
DROP VIEW DSL. |
interface |
Truncate<R extends Record>
A
Query that can truncate a table in the database. |
interface |
TruncateCascadeStep<R extends Record>
A
Query that can truncate a table in the database. |
interface |
TruncateFinalStep<R extends Record>
A
Query that can truncate a table in the database. |
interface |
TruncateIdentityStep<R extends Record>
A
Query that can truncate a table in the database. |
Copyright © 2016. All Rights Reserved.