interface |
AlterDatabaseFinalStep |
A step in the construction of the ALTER DATABASE statement.
|
interface |
AlterDomainDropConstraintCascadeStep |
A step in the construction of the ALTER DOMAIN statement.
|
interface |
AlterDomainFinalStep |
A step in the construction of the ALTER DOMAIN statement.
|
interface |
AlterIndexFinalStep |
The final step in the ALTER INDEX DSL.
|
interface |
AlterSchemaFinalStep |
A step in the construction of the ALTER SCHEMA statement.
|
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 |
CreateDatabaseFinalStep |
A step in the construction of the CREATE DATABASE statement.
|
interface |
CreateDomainConstraintStep |
A step in the construction of the CREATE DOMAIN statement.
|
interface |
CreateDomainDefaultStep<T> |
A step in the construction of the CREATE DOMAIN statement.
|
interface |
CreateDomainFinalStep |
A step in the construction of the CREATE DOMAIN 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 step in the construction of the CREATE SCHEMA statement.
|
interface |
CreateSequenceFinalStep |
A step in the construction of the CREATE SEQUENCE statement.
|
interface |
CreateSequenceFlagsStep |
A step in the construction of the CREATE SEQUENCE statement.
|
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 |
DropDatabaseFinalStep |
A step in the construction of the DROP DATABASE statement.
|
interface |
DropDomainCascadeStep |
A step in the construction of the DROP DOMAIN statement.
|
interface |
DropDomainFinalStep |
A step in the construction of the DROP DOMAIN statement.
|
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 |
A step in the construction of the DROP SCHEMA statement.
|
interface |
DropSchemaStep |
A step in the construction of the DROP SCHEMA statement.
|
interface |
DropSequenceFinalStep |
A step in the construction of the DROP SEQUENCE statement.
|
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 |
A step in the construction of the GRANT statement.
|
interface |
GrantWithGrantOptionStep |
A step in the construction of the GRANT statement.
|
interface |
RevokeFinalStep |
A step in the construction of the 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.
|