Uses of Interface
org.jooq.DDLQuery

Packages that use DDLQuery
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
  • Uses of DDLQuery in org.jooq

    Subinterfaces of DDLQuery in org.jooq
    Modifier and Type
    Interface
    Description
    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 the ALTER 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 
    A step in the construction of the ALTER SEQUENCE statement.
    interface 
    A step in the construction of the ALTER SEQUENCE statement.
    interface 
    The step in the ALTER TABLE DSL used to ADD columns.
    interface 
    The step in the ALTER TABLE DSL used to DROP 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 the ALTER 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 the CREATE DOMAIN statement.
    interface 
    A step in the construction of the CREATE 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 the CREATE INDEX statement.
    interface 
    A step in the construction of the CREATE 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 the CREATE SEQUENCE 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 the CREATE SEQUENCE statement.
    interface 
    A step in the construction of the CREATE TABLE statement.
    interface 
    A step in the construction of the CREATE TABLE statement.
    interface 
    A step in the construction of the CREATE 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 the CREATE TABLE statement.
    interface 
    A step in the construction of the CREATE TABLE statement.
    interface 
    A step in the construction of the CREATE 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 the DROP 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 the DROP 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 the DROP 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 the DROP 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 the DROP TABLE statement.
    interface 
    A step in the construction of the DROP 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 the DROP 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 the GRANT 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 
    Truncate<R extends Record>
    A step in the construction of the TRUNCATE statement.
    interface 
    A step in the construction of the TRUNCATE 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 the TRUNCATE statement.
    Methods in org.jooq that return DDLQuery
    Modifier and Type
    Method
    Description
    @NotNull DDLQuery
    CreateFunctionAsStep.as(Collection<? extends Statement> body)
    Add the AS clause to the CREATE FUNCTION statement.
    @NotNull DDLQuery
    CreateFunctionAsStep.as(Statement body)
    Add the AS clause to the CREATE FUNCTION statement.
    @NotNull DDLQuery
    CreateFunctionAsStep.as(Statement... body)
    Add the AS clause to the CREATE FUNCTION statement.
    @NotNull DDLQuery
    CreateProcedureAsStep.as(Collection<? extends Statement> body)
    Add the AS clause to the CREATE PROCEDURE statement.
    @NotNull DDLQuery
    CreateProcedureAsStep.as(Statement body)
    Add the AS clause to the CREATE PROCEDURE statement.
    @NotNull DDLQuery
    CreateProcedureAsStep.as(Statement... body)
    Add the AS clause to the CREATE PROCEDURE statement.
    @NotNull DDLQuery
    CreateTriggerActionStep.as(Collection<? extends Statement> body)
    Add the AS clause to the CREATE TRIGGER statement.
    @NotNull DDLQuery
    CreateTriggerActionStep.as(Statement body)
    Add the AS clause to the CREATE TRIGGER statement.
    @NotNull DDLQuery
    CreateTriggerActionStep.as(Statement... body)
    Add the AS clause to the CREATE TRIGGER statement.
    @NotNull DDLQuery
    DSLContext.dropFunction(String function)
    The DROP FUNCTION statement.
    @NotNull DDLQuery
    DSLContext.dropFunction(Name function)
    The DROP FUNCTION statement.
    @NotNull DDLQuery
    DSLContext.dropFunctionIfExists(String function)
    The DROP FUNCTION IF EXISTS statement.
    @NotNull DDLQuery
    DSLContext.dropFunctionIfExists(Name function)
    The DROP FUNCTION IF EXISTS statement.
    @NotNull DDLQuery
    DSLContext.dropProcedure(String procedure)
    The DROP PROCEDURE statement.
    @NotNull DDLQuery
    DSLContext.dropProcedure(Name procedure)
    The DROP PROCEDURE statement.
    @NotNull DDLQuery
    DSLContext.dropProcedureIfExists(String procedure)
    The DROP PROCEDURE IF EXISTS statement.
    @NotNull DDLQuery
    DSLContext.dropProcedureIfExists(Name procedure)
    The DROP PROCEDURE IF EXISTS statement.
    @NotNull DDLQuery
    DropTriggerOnStep.on(String on)
    Add the ON clause to the DROP TRIGGER statement.
    @NotNull DDLQuery
    DropTriggerOnStep.on(Name on)
    Add the ON clause to the DROP TRIGGER statement.
    @NotNull DDLQuery
    DropTriggerOnStep.on(Table<?> on)
    Add the ON clause to the DROP TRIGGER statement.
  • Uses of DDLQuery in org.jooq.impl

    Subinterfaces of DDLQuery in org.jooq.impl
    Modifier and Type
    Interface
    Description
    static interface 
    The ALTER DATABASE statement.
    static interface 
    The ALTER DOMAIN statement.
    static interface 
    The ALTER INDEX statement.
    static interface 
    The ALTER SCHEMA statement.
    static interface 
    The ALTER SEQUENCE statement.
    static interface 
    The ALTER TYPE statement.
    static interface 
    The ALTER VIEW statement.
    static interface 
    The COMMENT ON TABLE statement.
    static interface 
    The CREATE DATABASE statement.
    static interface 
    The CREATE DOMAIN statement.
    static interface 
    The CREATE FUNCTION statement.
    static interface 
    The CREATE INDEX statement.
    static interface 
    The CREATE PROCEDURE statement.
    static interface 
    The CREATE SCHEMA statement.
    static interface 
    The CREATE SEQUENCE statement.
    static interface 
    The CREATE TABLE statement.
    static interface 
    The CREATE TRIGGER statement.
    static interface 
    The CREATE TYPE statement.
    static interface 
    The CREATE VIEW statement.
    static interface 
    The DROP DATABASE statement.
    static interface 
    The DROP DOMAIN statement.
    static interface 
    The DROP FUNCTION statement.
    static interface 
    The DROP INDEX statement.
    static interface 
    The DROP PROCEDURE statement.
    static interface 
    The DROP SCHEMA statement.
    static interface 
    The DROP SEQUENCE statement.
    static interface 
    The DROP TABLE statement.
    static interface 
    The DROP TRIGGER statement.
    static interface 
    The DROP TYPE statement.
    static interface 
    The DROP VIEW statement.
    static interface 
    The GRANT statement.
    static interface 
    The REVOKE statement.
    static interface 
    QOM.Truncate<R extends Record>
    The TRUNCATE statement.
    Methods in org.jooq.impl that return DDLQuery
    Modifier and Type
    Method
    Description
    DefaultDSLContext.dropFunction(String function)
     
    DefaultDSLContext.dropFunction(Name function)
     
    static DDLQuery
    DSL.dropFunction(String function)
    The DROP FUNCTION statement.
    static DDLQuery
    DSL.dropFunction(Name function)
    The DROP FUNCTION statement.
    DefaultDSLContext.dropFunctionIfExists(String function)
     
    DefaultDSLContext.dropFunctionIfExists(Name function)
     
    static DDLQuery
    The DROP FUNCTION IF EXISTS statement.
    static DDLQuery
    DSL.dropFunctionIfExists(Name function)
    The DROP FUNCTION IF EXISTS statement.
    DefaultDSLContext.dropProcedure(String procedure)
     
    DefaultDSLContext.dropProcedure(Name procedure)
     
    static DDLQuery
    DSL.dropProcedure(String procedure)
    The DROP PROCEDURE statement.
    static DDLQuery
    DSL.dropProcedure(Name procedure)
    The DROP PROCEDURE statement.
    DefaultDSLContext.dropProcedureIfExists(String procedure)
     
    DefaultDSLContext.dropProcedureIfExists(Name procedure)
     
    static DDLQuery
    The DROP PROCEDURE IF EXISTS statement.
    static DDLQuery
    DSL.dropProcedureIfExists(Name procedure)
    The DROP PROCEDURE IF EXISTS statement.