- java.lang.Object
-
- java.lang.Enum<Clause>
-
- org.jooq.Clause
-
- All Implemented Interfaces:
Serializable
,Comparable<Clause>
@Deprecated public enum Clause extends Enum<Clause>
Deprecated.- 3.11.0 - [#7258] - This part of theVisitListener
SPI is deprecated. There are currently no plans of replacing it. Please get in touch if you think this functionality needs to be kept in one way or another: https://github.com/jOOQ/jOOQ/issues/7258A listing of clauses that emit eventsVisitListener
.Disclaimer
This SPI is still experimental! Some SPI elements and/or behavioural elements may change in future minor releases.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALTER_INDEX
Deprecated.A completeALTER INDEX
statement.ALTER_INDEX_INDEX
Deprecated.AnINDEX
clause within anALTER_INDEX
statement.ALTER_INDEX_RENAME
Deprecated.ARENAME TO
clause within anALTER_INDEX
statement.ALTER_SCHEMA
Deprecated.A completeALTER SCHEMA
statement.ALTER_SCHEMA_RENAME
Deprecated.ARENAME TO
clause within anALTER_SCHEMA
statement.ALTER_SCHEMA_SCHEMA
Deprecated.ASCHEMA
clause within anALTER_SCHEMA
statement.ALTER_SEQUENCE
Deprecated.A completeALTER SEQUENCE
statement.ALTER_SEQUENCE_RENAME
Deprecated.ARENAME
clause within anALTER_SEQUENCE
statement.ALTER_SEQUENCE_RESTART
Deprecated.ARESTART
clause within anALTER_SEQUENCE
statement.ALTER_SEQUENCE_SEQUENCE
Deprecated.ASEQUENCE
clause within anALTER_SEQUENCE
statement.ALTER_TABLE
Deprecated.A completeALTER TABLE
statement.ALTER_TABLE_ADD
Deprecated.AADD
clause within anALTER_TABLE
statement.ALTER_TABLE_ALTER
Deprecated.AALTER
clause within anALTER_TABLE
statement.ALTER_TABLE_ALTER_DEFAULT
Deprecated.AALTER DEFAULT
clause within anALTER_TABLE
statement.ALTER_TABLE_ALTER_NULL
Deprecated.ALTER_TABLE_DROP
Deprecated.ADROP
clause within anALTER_TABLE
statement.ALTER_TABLE_RENAME
Deprecated.ARENAME TO
clause within anALTER_TABLE
statement.ALTER_TABLE_RENAME_COLUMN
Deprecated.ARENAME COLUMN
clause within anALTER_TABLE
statement.ALTER_TABLE_RENAME_CONSTRAINT
Deprecated.ARENAME CONSTRAINT
clause within anALTER_TABLE
statement.ALTER_TABLE_RENAME_INDEX
Deprecated.ARENAME INDEX
clause within anALTER_TABLE
statement.ALTER_TABLE_TABLE
Deprecated.ATABLE
clause within anALTER_TABLE
statement.ALTER_VIEW
Deprecated.A completeALTER VIEW
statement.ALTER_VIEW_RENAME
Deprecated.ARENAME TO
clause within anALTER_VIEW
statement.ALTER_VIEW_VIEW
Deprecated.ATABLE
clause within anALTER_VIEW
statement.CATALOG
Deprecated.CATALOG_REFERENCE
Deprecated.CONDITION
Deprecated.A condition expression.CONDITION_AND
Deprecated.A combined condition usingAND
.CONDITION_BETWEEN
Deprecated.ABEWEEN
condition.CONDITION_BETWEEN_SYMMETRIC
Deprecated.ABEWEEN SYMMETRIC
condition.CONDITION_COMPARISON
Deprecated.CONDITION_EXISTS
Deprecated.AnEXISTS
condition.CONDITION_IN
Deprecated.AnIN
condition.CONDITION_IS_NOT_NULL
Deprecated.ANOT NULL
condition.CONDITION_IS_NULL
Deprecated.ANULL
condition.CONDITION_NOT
Deprecated.ANOT
condition.CONDITION_NOT_BETWEEN
Deprecated.ANOT BEWEEN
condition.CONDITION_NOT_BETWEEN_SYMMETRIC
Deprecated.ANOT BEWEEN SYMMETRIC
condition.CONDITION_NOT_EXISTS
Deprecated.ANOT EXISTS
condition.CONDITION_NOT_IN
Deprecated.ANOT IN
condition.CONDITION_OR
Deprecated.A combined condition usingOR
.CONDITION_OVERLAPS
Deprecated.AnOVERLAPS
condition.CONSTRAINT
Deprecated.CREATE_INDEX
Deprecated.A completeCREATE INDEX
statement.CREATE_SCHEMA
Deprecated.A completeCREATE SCHEMA
statement.CREATE_SCHEMA_NAME
Deprecated.A view name clause within aCREATE_SCHEMA
statement.CREATE_SEQUENCE
Deprecated.A completeCREATE SEQUENCE
statement.CREATE_SEQUENCE_SEQUENCE
Deprecated.ASEQUENCE
clause within aCREATE_SEQUENCE
statement.CREATE_TABLE
Deprecated.A completeCREATE TABLE
statement.CREATE_TABLE_AS
Deprecated.AnAS
clause within aCREATE_TABLE
statement.CREATE_TABLE_COLUMNS
Deprecated.A column list within aCREATE_TABLE
statement.CREATE_TABLE_CONSTRAINTS
Deprecated.A constraint list within aCREATE_TABLE
statement.CREATE_TABLE_NAME
Deprecated.A view name clause within aCREATE_TABLE
statement.CREATE_VIEW
Deprecated.A completeCREATE VIEW
statement.CREATE_VIEW_AS
Deprecated.AnAS
clause within aCREATE_VIEW
statement.CREATE_VIEW_NAME
Deprecated.A view name clause within aCREATE_VIEW
statement.CUSTOM
Deprecated.A customQueryPart
clause.DELETE
Deprecated.A completeDELETE
statement.DELETE_DELETE
Deprecated.ADELETE
clause within anDELETE
statement.DELETE_RETURNING
Deprecated.ARETURNING
clause within anDELETE
statement.DELETE_WHERE
Deprecated.AWHERE
clause within anDELETE
statement.DROP_INDEX
Deprecated.A completeDROP INDEX
statement.DROP_SCHEMA
Deprecated.A completeDROP SCHEMA
statement.DROP_SCHEMA_SCHEMA
Deprecated.ASCHEMA
clause within anDROP_SCHEMA
statement.DROP_SEQUENCE
Deprecated.A completeDROP SEQUENCE
statement.DROP_SEQUENCE_SEQUENCE
Deprecated.ASEQUENCE
clause within aDROP_SEQUENCE
statement.DROP_TABLE
Deprecated.A completeDROP TABLE
statement.DROP_TABLE_TABLE
Deprecated.ATABLE
clause within anDROP_TABLE
statement.DROP_VIEW
Deprecated.A completeDROP VIEW
statement.DROP_VIEW_TABLE
Deprecated.AVIEW
clause within anDROP_VIEW
statement.FIELD
Deprecated.A field expression.FIELD_ALIAS
Deprecated.A field alias declaration.FIELD_CASE
Deprecated.FIELD_FUNCTION
Deprecated.FIELD_REFERENCE
Deprecated.A physical or aliased field reference.FIELD_ROW
Deprecated.FIELD_VALUE
Deprecated.GRANT
Deprecated.GRANT_ON
Deprecated.GRANT_PRIVILEGE
Deprecated.GRANT_TO
Deprecated.INSERT
Deprecated.A completeINSERT
statement.INSERT_INSERT_INTO
Deprecated.TheINSERT INTO
clause within anINSERT
statement.INSERT_ON_DUPLICATE_KEY_UPDATE
Deprecated.TheON DUPLICATE KEY UPDATE
clause within anINSERT
statement.INSERT_ON_DUPLICATE_KEY_UPDATE_ASSIGNMENT
Deprecated.TheON DUPLICATE KEY UPDATE
clause within anINSERT
statement.INSERT_RETURNING
Deprecated.TheRETURNING
clause within anINSERT
statement.INSERT_SELECT
Deprecated.TheSELECT
clause within anINSERT
statement.INSERT_VALUES
Deprecated.TheVALUES
clause within anINSERT
statement.MERGE
Deprecated.A completeMERGE
statement.MERGE_DELETE_WHERE
Deprecated.MERGE_MERGE_INTO
Deprecated.AMERGE INTO
clause within anMERGE
statement.MERGE_ON
Deprecated.AnON
clause within aMERGE
statement.MERGE_SET
Deprecated.MERGE_SET_ASSIGNMENT
Deprecated.MERGE_USING
Deprecated.AUSING
clause within aMERGE
statement.MERGE_VALUES
Deprecated.AVALUES
clause within aMERGE
statement.MERGE_WHEN_MATCHED_THEN_UPDATE
Deprecated.AWHEN MATCHED THEN UPDATE
clause within aMERGE
statement.MERGE_WHEN_NOT_MATCHED_THEN_INSERT
Deprecated.AWHEN NOT MATCHED THEN INSERT
clause within aMERGE
statement.MERGE_WHERE
Deprecated.PRIVILEGE
Deprecated.REVOKE
Deprecated.REVOKE_FROM
Deprecated.REVOKE_ON
Deprecated.REVOKE_PRIVILEGE
Deprecated.ROLE
Deprecated.SCHEMA
Deprecated.SCHEMA_REFERENCE
Deprecated.SELECT
Deprecated.A completeSELECT
statement or a subselect.SELECT_CONNECT_BY
Deprecated.ACONNECT BY
clause within aSELECT
statement or subselect.SELECT_EXCEPT
Deprecated.AEXCEPT
set operation.SELECT_EXCEPT_ALL
Deprecated.AEXCEPT ALL
set operation.SELECT_FROM
Deprecated.AFROM
clause within aSELECT
statement or subselect.SELECT_GROUP_BY
Deprecated.SELECT_HAVING
Deprecated.AHAVING
clause within aSELECT
statement or subselect.SELECT_INTERSECT
Deprecated.AINTERSECT
set operation.SELECT_INTERSECT_ALL
Deprecated.AINTERSECT ALL
set operation.SELECT_INTO
Deprecated.AINTO
clause within aSELECT
statement.SELECT_ORDER_BY
Deprecated.SELECT_SELECT
Deprecated.ASELECT
clause within aSELECT
statement or subselect.SELECT_START_WITH
Deprecated.ASTART WITH
clause within aSELECT
statement or subselect.SELECT_UNION
Deprecated.AUNION
set operation.SELECT_UNION_ALL
Deprecated.AUNION ALL
set operation.SELECT_WHERE
Deprecated.AWHERE
clause within aSELECT
statement or subselect.SELECT_WINDOW
Deprecated.SEQUENCE
Deprecated.SEQUENCE_REFERENCE
Deprecated.TABLE
Deprecated.A table expression.TABLE_ALIAS
Deprecated.A table alias declaration.TABLE_JOIN
Deprecated.TABLE_JOIN_ANTI_LEFT
Deprecated.TABLE_JOIN_CROSS
Deprecated.TABLE_JOIN_CROSS_APPLY
Deprecated.TABLE_JOIN_INNER
Deprecated.TABLE_JOIN_NATURAL
Deprecated.TABLE_JOIN_NATURAL_OUTER_FULL
Deprecated.TABLE_JOIN_NATURAL_OUTER_LEFT
Deprecated.TABLE_JOIN_NATURAL_OUTER_RIGHT
Deprecated.TABLE_JOIN_ON
Deprecated.TABLE_JOIN_OUTER_APPLY
Deprecated.TABLE_JOIN_OUTER_FULL
Deprecated.TABLE_JOIN_OUTER_LEFT
Deprecated.TABLE_JOIN_OUTER_RIGHT
Deprecated.TABLE_JOIN_PARTITION_BY
Deprecated.TABLE_JOIN_SEMI_LEFT
Deprecated.TABLE_JOIN_STRAIGHT
Deprecated.TABLE_JOIN_USING
Deprecated.TABLE_REFERENCE
Deprecated.A physical or aliased table reference.TABLE_VALUES
Deprecated.AVALUES
table constructorTEMPLATE
Deprecated.A plain SQL template clause.TRUNCATE
Deprecated.A completeTRUNCATE
statement.TRUNCATE_TRUNCATE
Deprecated.ATRUNCATE
clause within anTRUNCATE
statement.UPDATE
Deprecated.A completeUPDATE
statement.UPDATE_FROM
Deprecated.A vendor-specificFROM
clause within anUPDATE
statement.UPDATE_RETURNING
Deprecated.ARETURNING
clause within anUPDATE
statement.UPDATE_SET
Deprecated.ASET
clause within anUPDATE
statement.UPDATE_SET_ASSIGNMENT
Deprecated.An assigment within aUPDATE_SET
clause within anUPDATE
statement.UPDATE_UPDATE
Deprecated.AnUPDATE
clause within anUPDATE
statement.UPDATE_WHERE
Deprecated.AWHERE
clause within anUPDATE
statement.USER
Deprecated.WITH
Deprecated.AWITH
clause preceding all sorts of DML statements.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Clause
valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static Clause[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
USER
public static final Clause USER
Deprecated.
-
ROLE
public static final Clause ROLE
Deprecated.
-
PRIVILEGE
public static final Clause PRIVILEGE
Deprecated.
-
CONSTRAINT
public static final Clause CONSTRAINT
Deprecated.
-
CATALOG
public static final Clause CATALOG
Deprecated.
-
CATALOG_REFERENCE
public static final Clause CATALOG_REFERENCE
Deprecated.
-
SCHEMA
public static final Clause SCHEMA
Deprecated.
-
SCHEMA_REFERENCE
public static final Clause SCHEMA_REFERENCE
Deprecated.
-
SEQUENCE
public static final Clause SEQUENCE
Deprecated.
-
SEQUENCE_REFERENCE
public static final Clause SEQUENCE_REFERENCE
Deprecated.
-
TABLE
public static final Clause TABLE
Deprecated.A table expression.This clause surrounds an actual table expression as it can be encountered in
-
TABLE_ALIAS
public static final Clause TABLE_ALIAS
Deprecated.A table alias declaration.This clause surrounds a table alias declaration, for instance within the
SELECT_FROM
clause, or within aTABLE_JOIN
clause, wrapping anotherTABLE
.Referenced table aliases emit
TABLE_REFERENCE
clauses.
-
TABLE_REFERENCE
public static final Clause TABLE_REFERENCE
Deprecated.A physical or aliased table reference.This is a terminal clause used to reference physical or aliased tables.
-
TABLE_JOIN
public static final Clause TABLE_JOIN
Deprecated.
-
TABLE_JOIN_INNER
public static final Clause TABLE_JOIN_INNER
Deprecated.
-
TABLE_JOIN_CROSS
public static final Clause TABLE_JOIN_CROSS
Deprecated.
-
TABLE_JOIN_NATURAL
public static final Clause TABLE_JOIN_NATURAL
Deprecated.
-
TABLE_JOIN_OUTER_LEFT
public static final Clause TABLE_JOIN_OUTER_LEFT
Deprecated.
-
TABLE_JOIN_OUTER_RIGHT
public static final Clause TABLE_JOIN_OUTER_RIGHT
Deprecated.
-
TABLE_JOIN_OUTER_FULL
public static final Clause TABLE_JOIN_OUTER_FULL
Deprecated.
-
TABLE_JOIN_NATURAL_OUTER_LEFT
public static final Clause TABLE_JOIN_NATURAL_OUTER_LEFT
Deprecated.
-
TABLE_JOIN_NATURAL_OUTER_RIGHT
public static final Clause TABLE_JOIN_NATURAL_OUTER_RIGHT
Deprecated.
-
TABLE_JOIN_NATURAL_OUTER_FULL
public static final Clause TABLE_JOIN_NATURAL_OUTER_FULL
Deprecated.
-
TABLE_JOIN_CROSS_APPLY
public static final Clause TABLE_JOIN_CROSS_APPLY
Deprecated.
-
TABLE_JOIN_OUTER_APPLY
public static final Clause TABLE_JOIN_OUTER_APPLY
Deprecated.
-
TABLE_JOIN_SEMI_LEFT
public static final Clause TABLE_JOIN_SEMI_LEFT
Deprecated.
-
TABLE_JOIN_ANTI_LEFT
public static final Clause TABLE_JOIN_ANTI_LEFT
Deprecated.
-
TABLE_JOIN_STRAIGHT
public static final Clause TABLE_JOIN_STRAIGHT
Deprecated.
-
TABLE_JOIN_ON
public static final Clause TABLE_JOIN_ON
Deprecated.
-
TABLE_JOIN_USING
public static final Clause TABLE_JOIN_USING
Deprecated.
-
TABLE_JOIN_PARTITION_BY
public static final Clause TABLE_JOIN_PARTITION_BY
Deprecated.
-
TABLE_VALUES
public static final Clause TABLE_VALUES
Deprecated.AVALUES
table constructorThis clause surrounds a
- a
VALUES
keyword - a table constructor with several
FIELD_ROW
value expressions
- a
-
FIELD
public static final Clause FIELD
Deprecated.A field expression.This clause surrounds an actual field expression as it can be encountered in various other clauses, such as for instance
SELECT_SELECT
.
-
FIELD_ALIAS
public static final Clause FIELD_ALIAS
Deprecated.A field alias declaration.This clause surrounds a field alias declaration, for instance within the
SELECT_SELECT
clause, wrapping anotherFIELD
.Referenced field aliases emit
FIELD_REFERENCE
clauses.
-
FIELD_REFERENCE
public static final Clause FIELD_REFERENCE
Deprecated.A physical or aliased field reference.This is a terminal clause used to reference physical or aliased fields.
-
FIELD_VALUE
public static final Clause FIELD_VALUE
Deprecated.
-
FIELD_CASE
public static final Clause FIELD_CASE
Deprecated.
-
FIELD_ROW
public static final Clause FIELD_ROW
Deprecated.
-
FIELD_FUNCTION
public static final Clause FIELD_FUNCTION
Deprecated.
-
CONDITION
public static final Clause CONDITION
Deprecated.A condition expression.
-
CONDITION_IS_NULL
public static final Clause CONDITION_IS_NULL
Deprecated.ANULL
condition.This clause surrounds a
FIELD
.
-
CONDITION_IS_NOT_NULL
public static final Clause CONDITION_IS_NOT_NULL
Deprecated.ANOT NULL
condition.This clause surrounds a
FIELD
.
-
CONDITION_COMPARISON
public static final Clause CONDITION_COMPARISON
Deprecated.
-
CONDITION_BETWEEN
public static final Clause CONDITION_BETWEEN
Deprecated.ABEWEEN
condition.This clause surrounds three
FIELD
clauses.
-
CONDITION_BETWEEN_SYMMETRIC
public static final Clause CONDITION_BETWEEN_SYMMETRIC
Deprecated.ABEWEEN SYMMETRIC
condition.This clause surrounds three
FIELD
clauses.
-
CONDITION_NOT_BETWEEN
public static final Clause CONDITION_NOT_BETWEEN
Deprecated.ANOT BEWEEN
condition.This clause surrounds three
FIELD
clauses.
-
CONDITION_NOT_BETWEEN_SYMMETRIC
public static final Clause CONDITION_NOT_BETWEEN_SYMMETRIC
Deprecated.ANOT BEWEEN SYMMETRIC
condition.This clause surrounds three
FIELD
clauses.
-
CONDITION_OVERLAPS
public static final Clause CONDITION_OVERLAPS
Deprecated.AnOVERLAPS
condition.This clause surrounds two
FIELD
clauses.
-
CONDITION_AND
public static final Clause CONDITION_AND
Deprecated.A combined condition usingAND
.This clause surrounds several
CONDITION
clauses.
-
CONDITION_OR
public static final Clause CONDITION_OR
Deprecated.A combined condition usingOR
.This clause surrounds several
CONDITION
clauses.
-
CONDITION_NOT
public static final Clause CONDITION_NOT
Deprecated.ANOT
condition.This clause surrounds a
CONDITION
clause.
-
CONDITION_IN
public static final Clause CONDITION_IN
Deprecated.AnIN
condition.This clause surrounds two or more
FIELD
clauses.
-
CONDITION_NOT_IN
public static final Clause CONDITION_NOT_IN
Deprecated.ANOT IN
condition.This clause surrounds two or more
FIELD
clauses.
-
CONDITION_EXISTS
public static final Clause CONDITION_EXISTS
Deprecated.AnEXISTS
condition.This clause surrounds a
SELECT
clause.
-
CONDITION_NOT_EXISTS
public static final Clause CONDITION_NOT_EXISTS
Deprecated.ANOT EXISTS
condition.This clause surrounds a
SELECT
clause.
-
WITH
public static final Clause WITH
Deprecated.AWITH
clause preceding all sorts of DML statements.
-
SELECT
public static final Clause SELECT
Deprecated.A completeSELECT
statement or a subselect.This clause surrounds a complete
SELECT
statement, a subselect, or a set operation, such as
-
SELECT_UNION
public static final Clause SELECT_UNION
Deprecated.AUNION
set operation.This clause surrounds two or more subselects (see
SELECT
) concatenating them using aUNION
set operation.
-
SELECT_UNION_ALL
public static final Clause SELECT_UNION_ALL
Deprecated.AUNION ALL
set operation.This clause surrounds two or more subselects (see
SELECT
) concatenating them using aUNION ALL
set operation.
-
SELECT_INTERSECT
public static final Clause SELECT_INTERSECT
Deprecated.AINTERSECT
set operation.This clause surrounds two or more subselects (see
SELECT
) concatenating them using aINTERSECT
set operation.
-
SELECT_INTERSECT_ALL
public static final Clause SELECT_INTERSECT_ALL
Deprecated.AINTERSECT ALL
set operation.This clause surrounds two or more subselects (see
SELECT
) concatenating them using aINTERSECT ALL
set operation.
-
SELECT_EXCEPT
public static final Clause SELECT_EXCEPT
Deprecated.AEXCEPT
set operation.This clause surrounds two or more subselects (see
SELECT
) concatenating them using aEXCEPT
set operation.
-
SELECT_EXCEPT_ALL
public static final Clause SELECT_EXCEPT_ALL
Deprecated.AEXCEPT ALL
set operation.This clause surrounds two or more subselects (see
SELECT
) concatenating them using aEXCEPT ALL
set operation.
-
SELECT_SELECT
public static final Clause SELECT_SELECT
Deprecated.ASELECT
clause within aSELECT
statement or subselect.This clause surrounds
- the
SELECT
keyword - Oracle style hints
- the T-SQL style
TOP .. START AT
clause - the select field list
- the
-
SELECT_INTO
public static final Clause SELECT_INTO
Deprecated.AINTO
clause within aSELECT
statement.This clause surrounds
- the
INTO
keyword - the table reference
See
TABLE
and related clauses for possible table references.- See Also:
TABLE
- the
-
SELECT_FROM
public static final Clause SELECT_FROM
Deprecated.AFROM
clause within aSELECT
statement or subselect.This clause surrounds
- the
FROM
keyword - the table reference list
See
TABLE
and related clauses for possible table references.- See Also:
TABLE
- the
-
SELECT_WHERE
public static final Clause SELECT_WHERE
Deprecated.AWHERE
clause within aSELECT
statement or subselect.This clause surrounds
- the
WHERE
keyword - a
CONDITION
See
CONDITION
and related clauses for possible conditions- See Also:
CONDITION
- the
-
SELECT_START_WITH
public static final Clause SELECT_START_WITH
Deprecated.ASTART WITH
clause within aSELECT
statement or subselect.This clause surrounds
- the
START WITH
keywords - a
CONDITION
See
CONDITION
and related clauses for possible conditions- See Also:
CONDITION
- the
-
SELECT_CONNECT_BY
public static final Clause SELECT_CONNECT_BY
Deprecated.ACONNECT BY
clause within aSELECT
statement or subselect.This clause surrounds
- the
CONNECT BY
keywords - a
CONDITION
See
CONDITION
and related clauses for possible conditions- See Also:
CONDITION
- the
-
SELECT_GROUP_BY
public static final Clause SELECT_GROUP_BY
Deprecated.
-
SELECT_HAVING
public static final Clause SELECT_HAVING
Deprecated.AHAVING
clause within aSELECT
statement or subselect.This clause surrounds
- the
HAVING
keyword - a
CONDITION
See
CONDITION
and related clauses for possible conditions- See Also:
CONDITION
- the
-
SELECT_WINDOW
public static final Clause SELECT_WINDOW
Deprecated.
-
SELECT_ORDER_BY
public static final Clause SELECT_ORDER_BY
Deprecated.
-
INSERT
public static final Clause INSERT
Deprecated.A completeINSERT
statement.
-
INSERT_INSERT_INTO
public static final Clause INSERT_INSERT_INTO
Deprecated.TheINSERT INTO
clause within anINSERT
statement.This clause surrounds
- the
INSERT INTO
keywords - the table that is being inserted
- the
-
INSERT_VALUES
public static final Clause INSERT_VALUES
Deprecated.
-
INSERT_SELECT
public static final Clause INSERT_SELECT
Deprecated.
-
INSERT_ON_DUPLICATE_KEY_UPDATE
public static final Clause INSERT_ON_DUPLICATE_KEY_UPDATE
Deprecated.TheON DUPLICATE KEY UPDATE
clause within anINSERT
statement.This clause surrounds several
INSERT_ON_DUPLICATE_KEY_UPDATE_ASSIGNMENT
clauses.- the
ON DUPLICATE KEY UPDATE
keywords - several
INSERT_ON_DUPLICATE_KEY_UPDATE_ASSIGNMENT
clauses
- the
-
INSERT_ON_DUPLICATE_KEY_UPDATE_ASSIGNMENT
public static final Clause INSERT_ON_DUPLICATE_KEY_UPDATE_ASSIGNMENT
Deprecated.
-
INSERT_RETURNING
public static final Clause INSERT_RETURNING
Deprecated.
-
UPDATE
public static final Clause UPDATE
Deprecated.A completeUPDATE
statement.
-
UPDATE_UPDATE
public static final Clause UPDATE_UPDATE
Deprecated.AnUPDATE
clause within anUPDATE
statement.This clause surrounds
- the
UPDATE
keyword - the table that is being updated
- the
-
UPDATE_SET
public static final Clause UPDATE_SET
Deprecated.ASET
clause within anUPDATE
statement.This clause surrounds
- the
SET
keyword - one or several assignments:
UPDATE_SET_ASSIGNMENT
- the
-
UPDATE_SET_ASSIGNMENT
public static final Clause UPDATE_SET_ASSIGNMENT
Deprecated.
-
UPDATE_FROM
public static final Clause UPDATE_FROM
Deprecated.
-
UPDATE_WHERE
public static final Clause UPDATE_WHERE
Deprecated.
-
UPDATE_RETURNING
public static final Clause UPDATE_RETURNING
Deprecated.
-
DELETE
public static final Clause DELETE
Deprecated.A completeDELETE
statement.
-
DELETE_DELETE
public static final Clause DELETE_DELETE
Deprecated.ADELETE
clause within anDELETE
statement.This clause surrounds
- the
DELETE FROM
keywords - the table that is being deleted
- the
-
DELETE_WHERE
public static final Clause DELETE_WHERE
Deprecated.
-
DELETE_RETURNING
public static final Clause DELETE_RETURNING
Deprecated.
-
MERGE
public static final Clause MERGE
Deprecated.A completeMERGE
statement.
-
MERGE_MERGE_INTO
public static final Clause MERGE_MERGE_INTO
Deprecated.AMERGE INTO
clause within anMERGE
statement.This clause surrounds
- the
MERGE INTO
keywords - the table that is being merged
- the
-
MERGE_USING
public static final Clause MERGE_USING
Deprecated.
-
MERGE_ON
public static final Clause MERGE_ON
Deprecated.
-
MERGE_WHEN_MATCHED_THEN_UPDATE
public static final Clause MERGE_WHEN_MATCHED_THEN_UPDATE
Deprecated.AWHEN MATCHED THEN UPDATE
clause within aMERGE
statement.This clause surrounds
- the
WHEN MATCHED THEN UPDATE
keywords - a
MERGE_SET
clause - a
MERGE_WHERE
clause - a
MERGE_DELETE_WHERE
clause
- the
-
MERGE_SET
public static final Clause MERGE_SET
Deprecated.ASET
clause within aMERGE_WHEN_MATCHED_THEN_UPDATE
clause within anMERGE
statement.This clause surrounds
- the
SET
keyword - several
MERGE_SET_ASSIGNMENT
clauses
- the
-
MERGE_SET_ASSIGNMENT
public static final Clause MERGE_SET_ASSIGNMENT
Deprecated.
-
MERGE_WHERE
public static final Clause MERGE_WHERE
Deprecated.AWHERE
clause within aMERGE_WHEN_MATCHED_THEN_UPDATE
clause within aMERGE
statement.This clause surrounds
- the
WHERE
keyword - a
CONDITION
- the
-
MERGE_DELETE_WHERE
public static final Clause MERGE_DELETE_WHERE
Deprecated.ADELETE_WHERE
clause within aMERGE_WHEN_MATCHED_THEN_UPDATE
clause within aMERGE
statement.This clause surrounds
- the
DELETE WHERE
keyword - a
CONDITION
- the
-
MERGE_WHEN_NOT_MATCHED_THEN_INSERT
public static final Clause MERGE_WHEN_NOT_MATCHED_THEN_INSERT
Deprecated.
-
MERGE_VALUES
public static final Clause MERGE_VALUES
Deprecated.
-
TRUNCATE
public static final Clause TRUNCATE
Deprecated.A completeTRUNCATE
statement.
-
TRUNCATE_TRUNCATE
public static final Clause TRUNCATE_TRUNCATE
Deprecated.ATRUNCATE
clause within anTRUNCATE
statement.This clause surrounds
- the
TRUNCATE TABLE
keywords - the table that is being truncated
- the
-
CREATE_TABLE
public static final Clause CREATE_TABLE
Deprecated.A completeCREATE TABLE
statement.
-
CREATE_TABLE_NAME
public static final Clause CREATE_TABLE_NAME
Deprecated.A view name clause within aCREATE_TABLE
statement.This clause surrounds
- The table name
- The (optional) column names
-
CREATE_TABLE_AS
public static final Clause CREATE_TABLE_AS
Deprecated.
-
CREATE_TABLE_COLUMNS
public static final Clause CREATE_TABLE_COLUMNS
Deprecated.
-
CREATE_TABLE_CONSTRAINTS
public static final Clause CREATE_TABLE_CONSTRAINTS
Deprecated.
-
CREATE_SCHEMA
public static final Clause CREATE_SCHEMA
Deprecated.A completeCREATE SCHEMA
statement.
-
CREATE_SCHEMA_NAME
public static final Clause CREATE_SCHEMA_NAME
Deprecated.
-
CREATE_VIEW
public static final Clause CREATE_VIEW
Deprecated.A completeCREATE VIEW
statement.
-
CREATE_VIEW_NAME
public static final Clause CREATE_VIEW_NAME
Deprecated.A view name clause within aCREATE_VIEW
statement.This clause surrounds
- The view name
- The (optional) column names
-
CREATE_VIEW_AS
public static final Clause CREATE_VIEW_AS
Deprecated.
-
CREATE_INDEX
public static final Clause CREATE_INDEX
Deprecated.A completeCREATE INDEX
statement.
-
CREATE_SEQUENCE
public static final Clause CREATE_SEQUENCE
Deprecated.A completeCREATE SEQUENCE
statement.
-
CREATE_SEQUENCE_SEQUENCE
public static final Clause CREATE_SEQUENCE_SEQUENCE
Deprecated.ASEQUENCE
clause within aCREATE_SEQUENCE
statement.This clause surrounds
- the
CREATE SEQUENCE
keywords - the sequence that is being created
- the
-
ALTER_SEQUENCE
public static final Clause ALTER_SEQUENCE
Deprecated.A completeALTER SEQUENCE
statement.
-
ALTER_SEQUENCE_SEQUENCE
public static final Clause ALTER_SEQUENCE_SEQUENCE
Deprecated.ASEQUENCE
clause within anALTER_SEQUENCE
statement.This clause surrounds
- the
ALTER SEQUENCE
keywords - the sequence that is being altered
- the
-
ALTER_SEQUENCE_RESTART
public static final Clause ALTER_SEQUENCE_RESTART
Deprecated.ARESTART
clause within anALTER_SEQUENCE
statement.This clause surrounds
- the
RESTART
keyword - the
WITH
keyword and the new sequence value, if applicable.
- the
-
ALTER_SEQUENCE_RENAME
public static final Clause ALTER_SEQUENCE_RENAME
Deprecated.ARENAME
clause within anALTER_SEQUENCE
statement.This clause surrounds
- the
RENAME TO
keywords - the new sequence name
- the
-
ALTER_TABLE
public static final Clause ALTER_TABLE
Deprecated.A completeALTER TABLE
statement.
-
ALTER_TABLE_TABLE
public static final Clause ALTER_TABLE_TABLE
Deprecated.ATABLE
clause within anALTER_TABLE
statement.This clause surrounds
- the
ALTER TABLE
keywords - the table that is being altered
- the
-
ALTER_TABLE_RENAME
public static final Clause ALTER_TABLE_RENAME
Deprecated.ARENAME TO
clause within anALTER_TABLE
statement.This clause surrounds
- the
RENAME TO
keywords - the new table name
- the
-
ALTER_TABLE_RENAME_COLUMN
public static final Clause ALTER_TABLE_RENAME_COLUMN
Deprecated.ARENAME COLUMN
clause within anALTER_TABLE
statement.This clause surrounds
- the
RENAME COLUMN
keywords - the old column name
- the
TO
keyword - the new column name
- the
-
ALTER_TABLE_RENAME_INDEX
public static final Clause ALTER_TABLE_RENAME_INDEX
Deprecated.ARENAME INDEX
clause within anALTER_TABLE
statement.This clause surrounds
- the
RENAME TO
keywords - the old index name
- the
TO
keyword - the new index name
- the
-
ALTER_TABLE_RENAME_CONSTRAINT
public static final Clause ALTER_TABLE_RENAME_CONSTRAINT
Deprecated.ARENAME CONSTRAINT
clause within anALTER_TABLE
statement.This clause surrounds
- the
RENAME CONSTRAINT
keywords - the old constraint name
- the
TO
keyword - the new constraint name
- the
-
ALTER_TABLE_ADD
public static final Clause ALTER_TABLE_ADD
Deprecated.AADD
clause within anALTER_TABLE
statement.This clause surrounds
- the
ADD
keywords - the column that is being added
- the
-
ALTER_TABLE_ALTER
public static final Clause ALTER_TABLE_ALTER
Deprecated.AALTER
clause within anALTER_TABLE
statement.This clause surrounds
- the
ALTER
keywords - the column that is being altered
- the
-
ALTER_TABLE_ALTER_DEFAULT
public static final Clause ALTER_TABLE_ALTER_DEFAULT
Deprecated.AALTER DEFAULT
clause within anALTER_TABLE
statement.This clause surrounds
- the default expression that is being altered
-
ALTER_TABLE_ALTER_NULL
public static final Clause ALTER_TABLE_ALTER_NULL
Deprecated.ASET NULL
orDROP NULL
clause within anALTER_TABLE
statement.This clause surrounds
- the nullability clause being altered
-
ALTER_TABLE_DROP
public static final Clause ALTER_TABLE_DROP
Deprecated.ADROP
clause within anALTER_TABLE
statement.This clause surrounds
- the
DROP
keywords - the column that is being dropped
- the
-
ALTER_SCHEMA
public static final Clause ALTER_SCHEMA
Deprecated.A completeALTER SCHEMA
statement.
-
ALTER_SCHEMA_SCHEMA
public static final Clause ALTER_SCHEMA_SCHEMA
Deprecated.ASCHEMA
clause within anALTER_SCHEMA
statement.This clause surrounds
- the
ALTER SCHEMA
keywords - the schema that is being altered
- the
-
ALTER_SCHEMA_RENAME
public static final Clause ALTER_SCHEMA_RENAME
Deprecated.ARENAME TO
clause within anALTER_SCHEMA
statement.This clause surrounds
- the
RENAME TO
keywords - the new schema name
- the
-
ALTER_VIEW
public static final Clause ALTER_VIEW
Deprecated.A completeALTER VIEW
statement.
-
ALTER_VIEW_VIEW
public static final Clause ALTER_VIEW_VIEW
Deprecated.ATABLE
clause within anALTER_VIEW
statement.This clause surrounds
- the
ALTER VIEW
keywords - the view that is being altered
- the
-
ALTER_VIEW_RENAME
public static final Clause ALTER_VIEW_RENAME
Deprecated.ARENAME TO
clause within anALTER_VIEW
statement.This clause surrounds
- the
RENAME TO
keywords - the new view name
- the
-
ALTER_INDEX
public static final Clause ALTER_INDEX
Deprecated.A completeALTER INDEX
statement.
-
ALTER_INDEX_INDEX
public static final Clause ALTER_INDEX_INDEX
Deprecated.AnINDEX
clause within anALTER_INDEX
statement.This clause surrounds
- the
ALTER INDEX
keywords - the index that is being altered
- the
-
ALTER_INDEX_RENAME
public static final Clause ALTER_INDEX_RENAME
Deprecated.ARENAME TO
clause within anALTER_INDEX
statement.This clause surrounds
- the
RENAME TO
keywords - the new index name
- the
-
DROP_SCHEMA
public static final Clause DROP_SCHEMA
Deprecated.A completeDROP SCHEMA
statement.
-
DROP_SCHEMA_SCHEMA
public static final Clause DROP_SCHEMA_SCHEMA
Deprecated.ASCHEMA
clause within anDROP_SCHEMA
statement.This clause surrounds
- the
DROP SCHEMA
keywords - the schema that is being dropped
- the
-
DROP_VIEW
public static final Clause DROP_VIEW
Deprecated.A completeDROP VIEW
statement.
-
DROP_VIEW_TABLE
public static final Clause DROP_VIEW_TABLE
Deprecated.AVIEW
clause within anDROP_VIEW
statement.This clause surrounds
- the
DROP VIEW
keywords - the view that is being dropped
- the
-
DROP_TABLE
public static final Clause DROP_TABLE
Deprecated.A completeDROP TABLE
statement.
-
DROP_TABLE_TABLE
public static final Clause DROP_TABLE_TABLE
Deprecated.ATABLE
clause within anDROP_TABLE
statement.This clause surrounds
- the
DROP TABLE
keywords - the table that is being dropped
- the
-
DROP_INDEX
public static final Clause DROP_INDEX
Deprecated.A completeDROP INDEX
statement.
-
DROP_SEQUENCE
public static final Clause DROP_SEQUENCE
Deprecated.A completeDROP SEQUENCE
statement.
-
DROP_SEQUENCE_SEQUENCE
public static final Clause DROP_SEQUENCE_SEQUENCE
Deprecated.ASEQUENCE
clause within aDROP_SEQUENCE
statement.This clause surrounds
- the
DROP SEQUENCE
keywords - the sequence that is being dropped
- the
-
GRANT
public static final Clause GRANT
Deprecated.
-
GRANT_PRIVILEGE
public static final Clause GRANT_PRIVILEGE
Deprecated.
-
GRANT_ON
public static final Clause GRANT_ON
Deprecated.
-
GRANT_TO
public static final Clause GRANT_TO
Deprecated.
-
REVOKE
public static final Clause REVOKE
Deprecated.
-
REVOKE_PRIVILEGE
public static final Clause REVOKE_PRIVILEGE
Deprecated.
-
REVOKE_ON
public static final Clause REVOKE_ON
Deprecated.
-
REVOKE_FROM
public static final Clause REVOKE_FROM
Deprecated.
-
TEMPLATE
public static final Clause TEMPLATE
Deprecated.A plain SQL template clause.
-
-
Method Detail
-
values
public static Clause[] values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Clause c : Clause.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Clause valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-