interface |
AlterIndexFinalStep |
The final step in the ALTER INDEX DSL.
|
interface |
AlterSchemaFinalStep |
The final step in the DROP SCHEMA DSL.
|
interface |
AlterSequenceFinalStep |
A Query that can alter sequences.
|
interface |
AlterSequenceFlagsStep |
The step in the ALTER SEQUENCE statement where the flags of the
sequence are modified or cleared.
|
interface |
AlterSequenceStep<T extends Number> |
A Query that can alter sequences.
|
interface |
AlterTableAddStep |
The step in the ALTER TABLE DSL used to ADD
columns.
|
interface |
AlterTableDropStep |
The step in the ALTER TABLE DSL used to DROP
columns or constraints.
|
interface |
AlterTableFinalStep |
The final step in the ALTER TABLE DSL.
|
interface |
AlterTableUsingIndexStep |
The step in the ALTER TABLE ..
|
interface |
AlterTypeFinalStep |
A Query that can alter types.
|
interface |
AlterViewFinalStep |
The final step in the ALTER VIEW DSL.
|
interface |
CommentOnFinalStep |
The final step for the creation of a COMMENT ON [ object type ]
statement.
|
interface |
CreateIndexFinalStep |
A Query that can create indexes.
|
interface |
CreateIndexIncludeStep |
A Query that can create indexes.
|
interface |
CreateIndexWhereStep |
A Query that can create indexes.
|
interface |
CreateSchemaFinalStep |
A Query that can create schemas.
|
interface |
CreateSequenceFinalStep |
A Query that can create sequences.
|
interface |
CreateSequenceFlagsStep |
A Query that can create sequences.
|
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 |
CreateTableFinalStep |
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.
|
interface |
CreateTypeFinalStep |
A Query that can create types.
|
interface |
CreateViewFinalStep |
A Query that can create views.
|
interface |
DropIndexCascadeStep |
A Query that can drop indexes.
|
interface |
DropIndexFinalStep |
A Query that can drop indexes.
|
interface |
DropIndexOnStep |
A Query that can drop indexes.
|
interface |
DropSchemaFinalStep |
The final step in the DROP SCHEMA DSL.
|
interface |
DropSchemaStep |
The step in the DROP SCHEMA DSL used to specify
DROP behaviour.
|
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 |
DropTypeFinalStep |
A Query that can drop types.
|
interface |
DropTypeStep |
A Query that can drop types.
|
interface |
DropViewFinalStep |
The final step in the DROP VIEW DSL.
|
interface |
GrantFinalStep |
The final step in the creation of a REVOKE statement.
|
interface |
GrantWithGrantOptionStep |
The step of creation GRANT statement that assign user
or role a grant option.
|
interface |
RevokeFinalStep |
The final step in the creation of a REVOKE statement.
|
interface |
Truncate<R extends Record> |
A TRUNCATE statement.
|
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.
|