Uses of Interface
org.jooq.DDLQuery
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of DDLQuery in org.jooq
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theALTER DOMAIN
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
AlterSequenceFlagsStep<T extends Number>
A step in the construction of theALTER SEQUENCE
statement.interface
AlterSequenceStep<T extends Number>
A step in the construction of theALTER SEQUENCE
statement.interface
The step in theALTER TABLE
DSL used toADD
columns.interface
The step in theALTER TABLE
DSL used toDROP
columns or constraints.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
The step in theALTER TABLE … ADD CONSTRAINT
statement where an optional index can be specified to enforce the constraint.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theCREATE DOMAIN
statement.interface
A step in the construction of theCREATE DOMAIN
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theCREATE INDEX
statement.interface
A step in the construction of theCREATE INDEX
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theCREATE SEQUENCE
statement.interface
A step in the construction of theCREATE TABLE
statement.interface
A step in the construction of theCREATE TABLE
statement.interface
A step in the construction of theCREATE TABLE
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theCREATE TABLE
statement.interface
A step in the construction of theCREATE TABLE
statement.interface
A step in the construction of theCREATE TABLE
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theDROP DOMAIN
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theDROP INDEX
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theDROP INDEX
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theDROP SCHEMA
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theDROP TABLE
statement.interface
A step in the construction of theDROP TRIGGER
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theDROP TYPE
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theGRANT
statement.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
A step in the construction of theTRUNCATE
statement.interface
TruncateCascadeStep<R extends Record>
A step in the construction of theTRUNCATE
statement.interface
TruncateFinalStep<R extends Record>
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
TruncateIdentityStep<R extends Record>
A step in the construction of theTRUNCATE
statement.Modifier and TypeMethodDescription@NotNull DDLQuery
CreateFunctionAsStep.as
(Collection<? extends Statement> body) Add theAS
clause to theCREATE FUNCTION
statement.@NotNull DDLQuery
Add theAS
clause to theCREATE FUNCTION
statement.@NotNull DDLQuery
Add theAS
clause to theCREATE FUNCTION
statement.@NotNull DDLQuery
CreateProcedureAsStep.as
(Collection<? extends Statement> body) Add theAS
clause to theCREATE PROCEDURE
statement.@NotNull DDLQuery
Add theAS
clause to theCREATE PROCEDURE
statement.@NotNull DDLQuery
Add theAS
clause to theCREATE PROCEDURE
statement.@NotNull DDLQuery
CreateTriggerActionStep.as
(Collection<? extends Statement> body) Add theAS
clause to theCREATE TRIGGER
statement.@NotNull DDLQuery
Add theAS
clause to theCREATE TRIGGER
statement.@NotNull DDLQuery
Add theAS
clause to theCREATE TRIGGER
statement.@NotNull DDLQuery
DSLContext.dropFunction
(String function) TheDROP FUNCTION
statement.@NotNull DDLQuery
DSLContext.dropFunction
(Name function) TheDROP FUNCTION
statement.@NotNull DDLQuery
DSLContext.dropFunctionIfExists
(String function) TheDROP FUNCTION IF EXISTS
statement.@NotNull DDLQuery
DSLContext.dropFunctionIfExists
(Name function) TheDROP FUNCTION IF EXISTS
statement.@NotNull DDLQuery
DSLContext.dropProcedure
(String procedure) TheDROP PROCEDURE
statement.@NotNull DDLQuery
DSLContext.dropProcedure
(Name procedure) TheDROP PROCEDURE
statement.@NotNull DDLQuery
DSLContext.dropProcedureIfExists
(String procedure) TheDROP PROCEDURE IF EXISTS
statement.@NotNull DDLQuery
DSLContext.dropProcedureIfExists
(Name procedure) TheDROP PROCEDURE IF EXISTS
statement.@NotNull DDLQuery
Add theON
clause to theDROP TRIGGER
statement.@NotNull DDLQuery
Add theON
clause to theDROP TRIGGER
statement.@NotNull DDLQuery
Add theON
clause to theDROP TRIGGER
statement. -
Uses of DDLQuery in org.jooq.impl
Modifier and TypeInterfaceDescriptionstatic interface
TheALTER DATABASE
statement.static interface
TheALTER DOMAIN
statement.static interface
TheALTER INDEX
statement.static interface
TheALTER SCHEMA
statement.static interface
QOM.AlterSequence<T extends Number>
TheALTER SEQUENCE
statement.static interface
TheALTER TYPE
statement.static interface
TheALTER VIEW
statement.static interface
TheCOMMENT ON TABLE
statement.static interface
TheCREATE DATABASE
statement.static interface
TheCREATE DOMAIN
statement.static interface
TheCREATE FUNCTION
statement.static interface
TheCREATE INDEX
statement.static interface
TheCREATE PROCEDURE
statement.static interface
TheCREATE SCHEMA
statement.static interface
TheCREATE SEQUENCE
statement.static interface
TheCREATE TABLE
statement.static interface
TheCREATE TRIGGER
statement.static interface
TheCREATE TYPE
statement.static interface
QOM.CreateView<R extends Record>
TheCREATE VIEW
statement.static interface
TheDROP DATABASE
statement.static interface
TheDROP DOMAIN
statement.static interface
TheDROP FUNCTION
statement.static interface
TheDROP INDEX
statement.static interface
TheDROP PROCEDURE
statement.static interface
TheDROP SCHEMA
statement.static interface
TheDROP SEQUENCE
statement.static interface
TheDROP TABLE
statement.static interface
TheDROP TRIGGER
statement.static interface
TheDROP TYPE
statement.static interface
TheDROP VIEW
statement.static interface
TheGRANT
statement.static interface
TheREVOKE
statement.static interface
QOM.Truncate<R extends Record>
TheTRUNCATE
statement.Modifier and TypeMethodDescriptionDefaultDSLContext.dropFunction
(String function) DefaultDSLContext.dropFunction
(Name function) static DDLQuery
DSL.dropFunction
(String function) TheDROP FUNCTION
statement.static DDLQuery
DSL.dropFunction
(Name function) TheDROP FUNCTION
statement.DefaultDSLContext.dropFunctionIfExists
(String function) DefaultDSLContext.dropFunctionIfExists
(Name function) static DDLQuery
DSL.dropFunctionIfExists
(String function) TheDROP FUNCTION IF EXISTS
statement.static DDLQuery
DSL.dropFunctionIfExists
(Name function) TheDROP FUNCTION IF EXISTS
statement.DefaultDSLContext.dropProcedure
(String procedure) DefaultDSLContext.dropProcedure
(Name procedure) static DDLQuery
DSL.dropProcedure
(String procedure) TheDROP PROCEDURE
statement.static DDLQuery
DSL.dropProcedure
(Name procedure) TheDROP PROCEDURE
statement.DefaultDSLContext.dropProcedureIfExists
(String procedure) DefaultDSLContext.dropProcedureIfExists
(Name procedure) static DDLQuery
DSL.dropProcedureIfExists
(String procedure) TheDROP PROCEDURE IF EXISTS
statement.static DDLQuery
DSL.dropProcedureIfExists
(Name procedure) TheDROP PROCEDURE IF EXISTS
statement.