VisitListener
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/7258@Deprecated public enum Clause extends Enum<Clause>
VisitListener
.
Enum Constant and Description |
---|
ALTER_INDEX
Deprecated.
A complete
ALTER INDEX statement. |
ALTER_INDEX_INDEX
Deprecated.
An
INDEX clause within an ALTER_INDEX statement. |
ALTER_INDEX_RENAME
Deprecated.
A
RENAME TO clause within an ALTER_INDEX statement. |
ALTER_SCHEMA
Deprecated.
A complete
ALTER SCHEMA statement. |
ALTER_SCHEMA_RENAME
Deprecated.
A
RENAME TO clause within an ALTER_SCHEMA statement. |
ALTER_SCHEMA_SCHEMA
Deprecated.
A
SCHEMA clause within an ALTER_SCHEMA statement. |
ALTER_SEQUENCE
Deprecated.
A complete
ALTER SEQUENCE statement. |
ALTER_SEQUENCE_RENAME
Deprecated.
A
RENAME clause within an ALTER_SEQUENCE statement. |
ALTER_SEQUENCE_RESTART
Deprecated.
A
RESTART clause within an ALTER_SEQUENCE statement. |
ALTER_SEQUENCE_SEQUENCE
Deprecated.
A
SEQUENCE clause within an ALTER_SEQUENCE statement. |
ALTER_TABLE
Deprecated.
A complete
ALTER TABLE statement. |
ALTER_TABLE_ADD
Deprecated.
A
ADD clause within an ALTER_TABLE statement. |
ALTER_TABLE_ALTER
Deprecated.
A
ALTER clause within an ALTER_TABLE statement. |
ALTER_TABLE_ALTER_DEFAULT
Deprecated.
A
ALTER DEFAULT clause within an ALTER_TABLE
statement. |
ALTER_TABLE_ALTER_NULL
Deprecated.
|
ALTER_TABLE_DROP
Deprecated.
A
DROP clause within an ALTER_TABLE statement. |
ALTER_TABLE_RENAME
Deprecated.
A
RENAME TO clause within an ALTER_TABLE statement. |
ALTER_TABLE_RENAME_COLUMN
Deprecated.
A
RENAME COLUMN clause within an ALTER_TABLE
statement. |
ALTER_TABLE_RENAME_CONSTRAINT
Deprecated.
A
RENAME CONSTRAINT clause within an ALTER_TABLE
statement. |
ALTER_TABLE_RENAME_INDEX
Deprecated.
A
RENAME INDEX clause within an ALTER_TABLE
statement. |
ALTER_TABLE_TABLE
Deprecated.
A
TABLE clause within an ALTER_TABLE statement. |
ALTER_VIEW
Deprecated.
A complete
ALTER VIEW statement. |
ALTER_VIEW_RENAME
Deprecated.
A
RENAME TO clause within an ALTER_VIEW statement. |
ALTER_VIEW_VIEW
Deprecated.
A
TABLE clause within an ALTER_VIEW statement. |
CATALOG
Deprecated.
|
CATALOG_REFERENCE
Deprecated.
|
CONDITION
Deprecated.
A condition expression.
|
CONDITION_AND
Deprecated.
A combined condition using
AND . |
CONDITION_BETWEEN
Deprecated.
A
BEWEEN condition. |
CONDITION_BETWEEN_SYMMETRIC
Deprecated.
A
BEWEEN SYMMETRIC condition. |
CONDITION_COMPARISON
Deprecated.
|
CONDITION_EXISTS
Deprecated.
An
EXISTS condition. |
CONDITION_IN
Deprecated.
An
IN condition. |
CONDITION_IS_NOT_NULL
Deprecated.
A
NOT NULL condition. |
CONDITION_IS_NULL
Deprecated.
A
NULL condition. |
CONDITION_NOT
Deprecated.
A
NOT condition. |
CONDITION_NOT_BETWEEN
Deprecated.
A
NOT BEWEEN condition. |
CONDITION_NOT_BETWEEN_SYMMETRIC
Deprecated.
A
NOT BEWEEN SYMMETRIC condition. |
CONDITION_NOT_EXISTS
Deprecated.
A
NOT EXISTS condition. |
CONDITION_NOT_IN
Deprecated.
A
NOT IN condition. |
CONDITION_OR
Deprecated.
A combined condition using
OR . |
CONDITION_OVERLAPS
Deprecated.
An
OVERLAPS condition. |
CONSTRAINT
Deprecated.
|
CREATE_INDEX
Deprecated.
A complete
CREATE INDEX statement. |
CREATE_SCHEMA
Deprecated.
A complete
CREATE SCHEMA statement. |
CREATE_SCHEMA_NAME
Deprecated.
A view name clause within a
CREATE_SCHEMA statement. |
CREATE_SEQUENCE
Deprecated.
A complete
CREATE SEQUENCE statement. |
CREATE_SEQUENCE_SEQUENCE
Deprecated.
A
SEQUENCE clause within a CREATE_SEQUENCE statement. |
CREATE_TABLE
Deprecated.
A complete
CREATE TABLE statement. |
CREATE_TABLE_AS
Deprecated.
An
AS clause within a CREATE_TABLE statement. |
CREATE_TABLE_COLUMNS
Deprecated.
A column list within a
CREATE_TABLE statement. |
CREATE_TABLE_CONSTRAINTS
Deprecated.
A constraint list within a
CREATE_TABLE statement. |
CREATE_TABLE_NAME
Deprecated.
A view name clause within a
CREATE_TABLE statement. |
CREATE_VIEW
Deprecated.
A complete
CREATE VIEW statement. |
CREATE_VIEW_AS
Deprecated.
An
AS clause within a CREATE_VIEW statement. |
CREATE_VIEW_NAME
Deprecated.
A view name clause within a
CREATE_VIEW statement. |
CUSTOM
Deprecated.
A custom
QueryPart clause. |
DELETE
Deprecated.
A complete
DELETE statement. |
DELETE_DELETE
Deprecated.
A
DELETE clause within an DELETE statement. |
DELETE_RETURNING
Deprecated.
A
RETURNING clause within an DELETE statement. |
DELETE_WHERE
Deprecated.
A
WHERE clause within an DELETE statement. |
DROP_INDEX
Deprecated.
A complete
DROP INDEX statement. |
DROP_SCHEMA
Deprecated.
A complete
DROP SCHEMA statement. |
DROP_SCHEMA_SCHEMA
Deprecated.
A
SCHEMA clause within an DROP_SCHEMA statement. |
DROP_SEQUENCE
Deprecated.
A complete
DROP SEQUENCE statement. |
DROP_SEQUENCE_SEQUENCE
Deprecated.
A
SEQUENCE clause within a DROP_SEQUENCE statement. |
DROP_TABLE
Deprecated.
A complete
DROP TABLE statement. |
DROP_TABLE_TABLE
Deprecated.
A
TABLE clause within an DROP_TABLE statement. |
DROP_VIEW
Deprecated.
A complete
DROP VIEW statement. |
DROP_VIEW_TABLE
Deprecated.
A
VIEW clause within an DROP_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 complete
INSERT statement. |
INSERT_INSERT_INTO
Deprecated.
The
INSERT INTO clause within an INSERT statement. |
INSERT_ON_DUPLICATE_KEY_UPDATE
Deprecated.
The
ON DUPLICATE KEY UPDATE clause within an INSERT
statement. |
INSERT_ON_DUPLICATE_KEY_UPDATE_ASSIGNMENT
Deprecated.
The
ON DUPLICATE KEY UPDATE clause within an INSERT
statement. |
INSERT_RETURNING
Deprecated.
The
RETURNING clause within an INSERT statement. |
INSERT_SELECT
Deprecated.
The
SELECT clause within an INSERT statement. |
INSERT_VALUES
Deprecated.
The
VALUES clause within an INSERT statement. |
MERGE
Deprecated.
A complete
MERGE statement. |
MERGE_DELETE_WHERE
Deprecated.
|
MERGE_MERGE_INTO
Deprecated.
A
MERGE INTO clause within an MERGE statement. |
MERGE_ON
Deprecated.
An
ON clause within a MERGE statement. |
MERGE_SET
Deprecated.
|
MERGE_SET_ASSIGNMENT
Deprecated.
|
MERGE_USING
Deprecated.
A
USING clause within a MERGE statement. |
MERGE_VALUES
Deprecated.
A
VALUES clause within a MERGE statement. |
MERGE_WHEN_MATCHED_THEN_UPDATE
Deprecated.
A
WHEN MATCHED THEN UPDATE clause within a MERGE
statement. |
MERGE_WHEN_NOT_MATCHED_THEN_INSERT
Deprecated.
A
WHEN NOT MATCHED THEN INSERT clause within a
MERGE 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 complete
SELECT statement or a subselect. |
SELECT_CONNECT_BY
Deprecated.
A
CONNECT BY clause within a SELECT statement or
subselect. |
SELECT_EXCEPT
Deprecated.
A
EXCEPT set operation. |
SELECT_EXCEPT_ALL
Deprecated.
A
EXCEPT ALL set operation. |
SELECT_FROM
Deprecated.
A
FROM clause within a SELECT statement or
subselect. |
SELECT_GROUP_BY
Deprecated.
|
SELECT_HAVING
Deprecated.
A
HAVING clause within a SELECT statement or
subselect. |
SELECT_INTERSECT
Deprecated.
A
INTERSECT set operation. |
SELECT_INTERSECT_ALL
Deprecated.
A
INTERSECT ALL set operation. |
SELECT_INTO
Deprecated.
A
INTO clause within a SELECT statement. |
SELECT_ORDER_BY
Deprecated.
|
SELECT_SELECT
Deprecated.
A
SELECT clause within a SELECT statement or
subselect. |
SELECT_START_WITH
Deprecated.
A
START WITH clause within a SELECT statement or
subselect. |
SELECT_UNION
Deprecated.
A
UNION set operation. |
SELECT_UNION_ALL
Deprecated.
A
UNION ALL set operation. |
SELECT_WHERE
Deprecated.
A
WHERE clause within a SELECT 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_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.
A
VALUES table constructor
This clause surrounds a
a VALUES keyword
a table constructor with several FIELD_ROW value expressions
|
TEMPLATE
Deprecated.
A plain SQL template clause.
|
TRUNCATE
Deprecated.
A complete
TRUNCATE statement. |
TRUNCATE_TRUNCATE
Deprecated.
A
TRUNCATE clause within an TRUNCATE statement. |
UPDATE
Deprecated.
A complete
UPDATE statement. |
UPDATE_FROM
Deprecated.
A vendor-specific
FROM clause within an UPDATE statement. |
UPDATE_RETURNING
Deprecated.
A
RETURNING clause within an UPDATE statement. |
UPDATE_SET
Deprecated.
A
SET clause within an UPDATE statement. |
UPDATE_SET_ASSIGNMENT
Deprecated.
An assigment within a
UPDATE_SET clause within an
UPDATE statement. |
UPDATE_UPDATE
Deprecated.
An
UPDATE clause within an UPDATE statement. |
UPDATE_WHERE
Deprecated.
A
WHERE clause within an UPDATE statement. |
USER
Deprecated.
|
WITH
Deprecated.
A
WITH clause preceding all sorts of DML statements. |
Modifier and Type | Method and 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.
|
public static final Clause USER
public static final Clause ROLE
public static final Clause PRIVILEGE
public static final Clause CONSTRAINT
public static final Clause CATALOG
public static final Clause CATALOG_REFERENCE
public static final Clause SCHEMA
public static final Clause SCHEMA_REFERENCE
public static final Clause SEQUENCE
public static final Clause SEQUENCE_REFERENCE
public static final Clause TABLE
This clause surrounds an actual table expression as it can be encountered in
public static final Clause TABLE_ALIAS
This clause surrounds a table alias declaration, for instance within the
SELECT_FROM
clause, or within a TABLE_JOIN
clause,
wrapping another TABLE
.
Referenced table aliases emit TABLE_REFERENCE
clauses.
public static final Clause TABLE_REFERENCE
This is a terminal clause used to reference physical or aliased tables.
public static final Clause TABLE_JOIN
public static final Clause TABLE_JOIN_INNER
public static final Clause TABLE_JOIN_CROSS
public static final Clause TABLE_JOIN_NATURAL
public static final Clause TABLE_JOIN_OUTER_LEFT
public static final Clause TABLE_JOIN_OUTER_RIGHT
public static final Clause TABLE_JOIN_OUTER_FULL
public static final Clause TABLE_JOIN_NATURAL_OUTER_LEFT
public static final Clause TABLE_JOIN_NATURAL_OUTER_RIGHT
public static final Clause TABLE_JOIN_CROSS_APPLY
public static final Clause TABLE_JOIN_OUTER_APPLY
public static final Clause TABLE_JOIN_SEMI_LEFT
public static final Clause TABLE_JOIN_ANTI_LEFT
public static final Clause TABLE_JOIN_STRAIGHT
public static final Clause TABLE_JOIN_ON
public static final Clause TABLE_JOIN_USING
public static final Clause TABLE_JOIN_PARTITION_BY
public static final Clause TABLE_VALUES
VALUES
table constructor
This clause surrounds a
VALUES
keywordFIELD_ROW
value expressions
public static final Clause FIELD
This clause surrounds an actual field expression as it can be encountered
in various other clauses, such as for instance SELECT_SELECT
.
public static final Clause FIELD_ALIAS
This clause surrounds a field alias declaration, for instance within the
SELECT_SELECT
clause, wrapping another FIELD
.
Referenced field aliases emit FIELD_REFERENCE
clauses.
public static final Clause FIELD_REFERENCE
This is a terminal clause used to reference physical or aliased fields.
public static final Clause FIELD_VALUE
public static final Clause FIELD_CASE
public static final Clause FIELD_ROW
public static final Clause FIELD_FUNCTION
public static final Clause CONDITION
public static final Clause CONDITION_IS_NULL
NULL
condition.
This clause surrounds a FIELD
.
public static final Clause CONDITION_IS_NOT_NULL
NOT NULL
condition.
This clause surrounds a FIELD
.
public static final Clause CONDITION_COMPARISON
public static final Clause CONDITION_BETWEEN
BEWEEN
condition.
This clause surrounds three FIELD
clauses.
public static final Clause CONDITION_BETWEEN_SYMMETRIC
BEWEEN SYMMETRIC
condition.
This clause surrounds three FIELD
clauses.
public static final Clause CONDITION_NOT_BETWEEN
NOT BEWEEN
condition.
This clause surrounds three FIELD
clauses.
public static final Clause CONDITION_NOT_BETWEEN_SYMMETRIC
NOT BEWEEN SYMMETRIC
condition.
This clause surrounds three FIELD
clauses.
public static final Clause CONDITION_OVERLAPS
OVERLAPS
condition.
This clause surrounds two FIELD
clauses.
public static final Clause CONDITION_AND
AND
.
This clause surrounds several CONDITION
clauses.
public static final Clause CONDITION_OR
OR
.
This clause surrounds several CONDITION
clauses.
public static final Clause CONDITION_NOT
NOT
condition.
This clause surrounds a CONDITION
clause.
public static final Clause CONDITION_IN
IN
condition.
This clause surrounds two or more FIELD
clauses.
public static final Clause CONDITION_NOT_IN
NOT IN
condition.
This clause surrounds two or more FIELD
clauses.
public static final Clause CONDITION_EXISTS
EXISTS
condition.
This clause surrounds a SELECT
clause.
public static final Clause CONDITION_NOT_EXISTS
NOT EXISTS
condition.
This clause surrounds a SELECT
clause.
public static final Clause WITH
WITH
clause preceding all sorts of DML statements.public static final Clause SELECT
SELECT
statement or a subselect.
This clause surrounds a complete SELECT
statement, a
subselect, or a set operation, such as
public static final Clause SELECT_UNION
UNION
set operation.
This clause surrounds two or more subselects (see SELECT
)
concatenating them using a UNION
set operation.
public static final Clause SELECT_UNION_ALL
UNION ALL
set operation.
This clause surrounds two or more subselects (see SELECT
)
concatenating them using a UNION ALL
set operation.
public static final Clause SELECT_INTERSECT
INTERSECT
set operation.
This clause surrounds two or more subselects (see SELECT
)
concatenating them using a INTERSECT
set operation.
public static final Clause SELECT_INTERSECT_ALL
INTERSECT ALL
set operation.
This clause surrounds two or more subselects (see SELECT
)
concatenating them using a INTERSECT ALL
set operation.
public static final Clause SELECT_EXCEPT
EXCEPT
set operation.
This clause surrounds two or more subselects (see SELECT
)
concatenating them using a EXCEPT
set operation.
public static final Clause SELECT_EXCEPT_ALL
EXCEPT ALL
set operation.
This clause surrounds two or more subselects (see SELECT
)
concatenating them using a EXCEPT ALL
set operation.
public static final Clause SELECT_SELECT
SELECT
clause within a SELECT
statement or
subselect.
This clause surrounds
SELECT
keywordTOP .. START AT
clausepublic static final Clause SELECT_INTO
INTO
clause within a SELECT
statement.
This clause surrounds
INTO
keyword
See TABLE
and related clauses for possible table references.
TABLE
public static final Clause SELECT_FROM
FROM
clause within a SELECT
statement or
subselect.
This clause surrounds
FROM
keyword
See TABLE
and related clauses for possible table references.
TABLE
public static final Clause SELECT_WHERE
WHERE
clause within a SELECT
statement or
subselect.
This clause surrounds
WHERE
keywordCONDITION
See CONDITION
and related clauses for possible conditions
CONDITION
public static final Clause SELECT_START_WITH
START WITH
clause within a SELECT
statement or
subselect.
This clause surrounds
START WITH
keywordsCONDITION
See CONDITION
and related clauses for possible conditions
CONDITION
public static final Clause SELECT_CONNECT_BY
CONNECT BY
clause within a SELECT
statement or
subselect.
This clause surrounds
CONNECT BY
keywordsCONDITION
See CONDITION
and related clauses for possible conditions
CONDITION
public static final Clause SELECT_GROUP_BY
public static final Clause SELECT_HAVING
HAVING
clause within a SELECT
statement or
subselect.
This clause surrounds
HAVING
keywordCONDITION
See CONDITION
and related clauses for possible conditions
CONDITION
public static final Clause SELECT_WINDOW
public static final Clause SELECT_ORDER_BY
public static final Clause INSERT
INSERT
statement.public static final Clause INSERT_INSERT_INTO
INSERT INTO
clause within an INSERT
statement.
This clause surrounds
INSERT INTO
keywordspublic static final Clause INSERT_VALUES
public static final Clause INSERT_SELECT
public static final Clause INSERT_ON_DUPLICATE_KEY_UPDATE
ON DUPLICATE KEY UPDATE
clause within an INSERT
statement.
This clause surrounds several
INSERT_ON_DUPLICATE_KEY_UPDATE_ASSIGNMENT
clauses.
ON DUPLICATE KEY UPDATE
keywordsINSERT_ON_DUPLICATE_KEY_UPDATE_ASSIGNMENT
clausespublic static final Clause INSERT_ON_DUPLICATE_KEY_UPDATE_ASSIGNMENT
public static final Clause INSERT_RETURNING
public static final Clause UPDATE
UPDATE
statement.public static final Clause UPDATE_UPDATE
UPDATE
clause within an UPDATE
statement.
This clause surrounds
UPDATE
keywordpublic static final Clause UPDATE_SET
SET
clause within an UPDATE
statement.
This clause surrounds
SET
keywordUPDATE_SET_ASSIGNMENT
public static final Clause UPDATE_SET_ASSIGNMENT
public static final Clause UPDATE_FROM
public static final Clause UPDATE_WHERE
public static final Clause UPDATE_RETURNING
public static final Clause DELETE
DELETE
statement.public static final Clause DELETE_DELETE
DELETE
clause within an DELETE
statement.
This clause surrounds
DELETE FROM
keywordspublic static final Clause DELETE_WHERE
public static final Clause DELETE_RETURNING
public static final Clause MERGE
MERGE
statement.public static final Clause MERGE_MERGE_INTO
MERGE INTO
clause within an MERGE
statement.
This clause surrounds
MERGE INTO
keywordspublic static final Clause MERGE_USING
public static final Clause MERGE_ON
public static final Clause MERGE_WHEN_MATCHED_THEN_UPDATE
WHEN MATCHED THEN UPDATE
clause within a MERGE
statement.
This clause surrounds
WHEN MATCHED THEN UPDATE
keywordsMERGE_SET
clauseMERGE_WHERE
clauseMERGE_DELETE_WHERE
clausepublic static final Clause MERGE_SET
SET
clause within a
MERGE_WHEN_MATCHED_THEN_UPDATE
clause within an MERGE
statement.
This clause surrounds
SET
keywordMERGE_SET_ASSIGNMENT
clausespublic static final Clause MERGE_SET_ASSIGNMENT
public static final Clause MERGE_WHERE
WHERE
clause within a
MERGE_WHEN_MATCHED_THEN_UPDATE
clause within a
MERGE
statement.
This clause surrounds
WHERE
keywordCONDITION
public static final Clause MERGE_DELETE_WHERE
DELETE_WHERE
clause within a
MERGE_WHEN_MATCHED_THEN_UPDATE
clause within a MERGE
statement.
This clause surrounds
DELETE WHERE
keywordCONDITION
public static final Clause MERGE_WHEN_NOT_MATCHED_THEN_INSERT
public static final Clause MERGE_VALUES
public static final Clause TRUNCATE
TRUNCATE
statement.public static final Clause TRUNCATE_TRUNCATE
TRUNCATE
clause within an TRUNCATE
statement.
This clause surrounds
TRUNCATE TABLE
keywordspublic static final Clause CREATE_TABLE
CREATE TABLE
statement.public static final Clause CREATE_TABLE_NAME
CREATE_TABLE
statement.
This clause surrounds
public static final Clause CREATE_TABLE_AS
public static final Clause CREATE_TABLE_COLUMNS
public static final Clause CREATE_TABLE_CONSTRAINTS
public static final Clause CREATE_SCHEMA
CREATE SCHEMA
statement.public static final Clause CREATE_SCHEMA_NAME
public static final Clause CREATE_VIEW
CREATE VIEW
statement.public static final Clause CREATE_VIEW_NAME
CREATE_VIEW
statement.
This clause surrounds
public static final Clause CREATE_VIEW_AS
public static final Clause CREATE_INDEX
CREATE INDEX
statement.public static final Clause CREATE_SEQUENCE
CREATE SEQUENCE
statement.public static final Clause CREATE_SEQUENCE_SEQUENCE
SEQUENCE
clause within a CREATE_SEQUENCE
statement.
This clause surrounds
CREATE SEQUENCE
keywordspublic static final Clause ALTER_SEQUENCE
ALTER SEQUENCE
statement.public static final Clause ALTER_SEQUENCE_SEQUENCE
SEQUENCE
clause within an ALTER_SEQUENCE
statement.
This clause surrounds
ALTER SEQUENCE
keywordspublic static final Clause ALTER_SEQUENCE_RESTART
RESTART
clause within an ALTER_SEQUENCE
statement.
This clause surrounds
RESTART
keywordWITH
keyword and the new sequence value, if applicable.public static final Clause ALTER_SEQUENCE_RENAME
RENAME
clause within an ALTER_SEQUENCE
statement.
This clause surrounds
RENAME TO
keywordspublic static final Clause ALTER_TABLE
ALTER TABLE
statement.public static final Clause ALTER_TABLE_TABLE
TABLE
clause within an ALTER_TABLE
statement.
This clause surrounds
ALTER TABLE
keywordspublic static final Clause ALTER_TABLE_RENAME
RENAME TO
clause within an ALTER_TABLE
statement.
This clause surrounds
RENAME TO
keywordspublic static final Clause ALTER_TABLE_RENAME_COLUMN
RENAME COLUMN
clause within an ALTER_TABLE
statement.
This clause surrounds
RENAME COLUMN
keywordsTO
keywordpublic static final Clause ALTER_TABLE_RENAME_INDEX
RENAME INDEX
clause within an ALTER_TABLE
statement.
This clause surrounds
RENAME TO
keywordsTO
keywordpublic static final Clause ALTER_TABLE_RENAME_CONSTRAINT
RENAME CONSTRAINT
clause within an ALTER_TABLE
statement.
This clause surrounds
RENAME CONSTRAINT
keywordsTO
keywordpublic static final Clause ALTER_TABLE_ADD
ADD
clause within an ALTER_TABLE
statement.
This clause surrounds
ADD
keywordspublic static final Clause ALTER_TABLE_ALTER
ALTER
clause within an ALTER_TABLE
statement.
This clause surrounds
ALTER
keywordspublic static final Clause ALTER_TABLE_ALTER_DEFAULT
ALTER DEFAULT
clause within an ALTER_TABLE
statement.
This clause surrounds
public static final Clause ALTER_TABLE_ALTER_NULL
SET NULL
or DROP NULL
clause within an
ALTER_TABLE
statement.
This clause surrounds
public static final Clause ALTER_TABLE_DROP
DROP
clause within an ALTER_TABLE
statement.
This clause surrounds
DROP
keywordspublic static final Clause ALTER_SCHEMA
ALTER SCHEMA
statement.public static final Clause ALTER_SCHEMA_SCHEMA
SCHEMA
clause within an ALTER_SCHEMA
statement.
This clause surrounds
ALTER SCHEMA
keywordspublic static final Clause ALTER_SCHEMA_RENAME
RENAME TO
clause within an ALTER_SCHEMA
statement.
This clause surrounds
RENAME TO
keywordspublic static final Clause ALTER_VIEW
ALTER VIEW
statement.public static final Clause ALTER_VIEW_VIEW
TABLE
clause within an ALTER_VIEW
statement.
This clause surrounds
ALTER VIEW
keywordspublic static final Clause ALTER_VIEW_RENAME
RENAME TO
clause within an ALTER_VIEW
statement.
This clause surrounds
RENAME TO
keywordspublic static final Clause ALTER_INDEX
ALTER INDEX
statement.public static final Clause ALTER_INDEX_INDEX
INDEX
clause within an ALTER_INDEX
statement.
This clause surrounds
ALTER INDEX
keywordspublic static final Clause ALTER_INDEX_RENAME
RENAME TO
clause within an ALTER_INDEX
statement.
This clause surrounds
RENAME TO
keywordspublic static final Clause DROP_SCHEMA
DROP SCHEMA
statement.public static final Clause DROP_SCHEMA_SCHEMA
SCHEMA
clause within an DROP_SCHEMA
statement.
This clause surrounds
DROP SCHEMA
keywordspublic static final Clause DROP_VIEW
DROP VIEW
statement.public static final Clause DROP_VIEW_TABLE
VIEW
clause within an DROP_VIEW
statement.
This clause surrounds
DROP VIEW
keywordspublic static final Clause DROP_TABLE
DROP TABLE
statement.public static final Clause DROP_TABLE_TABLE
TABLE
clause within an DROP_TABLE
statement.
This clause surrounds
DROP TABLE
keywordspublic static final Clause DROP_INDEX
DROP INDEX
statement.public static final Clause DROP_SEQUENCE
DROP SEQUENCE
statement.public static final Clause DROP_SEQUENCE_SEQUENCE
SEQUENCE
clause within a DROP_SEQUENCE
statement.
This clause surrounds
DROP SEQUENCE
keywordspublic static final Clause GRANT
public static final Clause GRANT_PRIVILEGE
public static final Clause GRANT_ON
public static final Clause GRANT_TO
public static final Clause REVOKE
public static final Clause REVOKE_PRIVILEGE
public static final Clause REVOKE_ON
public static final Clause REVOKE_FROM
public static final Clause TEMPLATE
public static Clause[] values()
for (Clause c : Clause.values()) System.out.println(c);
public static Clause valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.