-
- All Superinterfaces:
Attachable,AutoCloseable,Flow.Publisher<Integer>,org.reactivestreams.Publisher<Integer>,Query,QueryPart,RowCountQuery,Serializable,Statement
- All Known Subinterfaces:
AlterDatabaseFinalStep,AlterDomainDropConstraintCascadeStep,AlterDomainFinalStep,AlterIndexFinalStep,AlterSchemaFinalStep,AlterSequenceFinalStep,AlterSequenceFlagsStep,AlterSequenceStep<T>,AlterTableAddStep,AlterTableDropStep,AlterTableFinalStep,AlterTableUsingIndexStep,AlterTypeFinalStep,AlterViewFinalStep,CommentOnFinalStep,CreateDatabaseFinalStep,CreateDomainConstraintStep,CreateDomainDefaultStep<T>,CreateDomainFinalStep,CreateIndexFinalStep,CreateIndexIncludeStep,CreateIndexWhereStep,CreateSchemaFinalStep,CreateSequenceFinalStep,CreateSequenceFlagsStep,CreateTableColumnStep,CreateTableCommentStep,CreateTableConstraintStep,CreateTableFinalStep,CreateTableIndexStep,CreateTableOnCommitStep,CreateTableStorageStep,CreateTableWithDataStep,CreateTypeFinalStep,CreateViewFinalStep,DropDatabaseFinalStep,DropDomainCascadeStep,DropDomainFinalStep,DropIndexCascadeStep,DropIndexFinalStep,DropIndexOnStep,DropSchemaFinalStep,DropSchemaStep,DropSequenceFinalStep,DropTableFinalStep,DropTableStep,DropTypeFinalStep,DropTypeStep,DropViewFinalStep,GrantFinalStep,GrantWithGrantOptionStep,RevokeFinalStep,Truncate<R>,TruncateCascadeStep<R>,TruncateFinalStep<R>,TruncateIdentityStep<R>
public interface DDLQuery extends RowCountQuery
A marker interface for all DDL queries.- Author:
- Lukas Eder
-
-
Method Summary
-
Methods inherited from interface org.jooq.Attachable
attach, configuration, detach
-
Methods inherited from interface java.util.concurrent.Flow.Publisher
subscribe
-
Methods inherited from interface org.jooq.Query
bind, bind, cancel, close, execute, executeAsync, executeAsync, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, poolable, queryTimeout
-
-