| 枚举常量和说明 |
|---|
ADD
The add.
|
AFTER
The after.
|
ALL
The all.
|
ALTER
The alter.
|
AND
The and.
|
AS
The as.
|
ASC
The asc.
|
AVG
The avg.
|
BETWEEN
The between.
|
BY
The by.
|
CASCADE
The cascade.
|
COLUMN
The column.
|
COMMENT
The comment.
|
CONSTRAINT
The constraint.
|
CORSS
The corss.
|
COUNT
The count.
|
CREATE
The create.
|
DATABASE
The database.
|
DEFAULT
The default.
|
DELETE
The delete.
|
DESC
The desc.
|
DISTINCT
The distinct.
|
DROP
The drop.
|
EXCEPT
The except.
|
EXISTS
The exists.
|
FROM
The from.
|
FULL
The full.
|
IF
The if.
|
IN
The in.
|
INDEX
The index.
|
INNER
The inner.
|
INSERT
The insert.
|
INTERSECT
The intersect.
|
INTO
The into.
|
IS
The is.
|
JOIN
The join.
|
KEY
The key.
|
LEFT
The left.
|
LIKE
The like.
|
MAX
The max.
|
MIN
The min.
|
MODIFY
The modify.
|
NOT
The not.
|
NULL
The null.
|
ON
The on.
|
OR
The or.
|
ORDER
The order.
|
OUTER
The outer.
|
PRIMARY
The primary.
|
RIGHT
The right.
|
SCHEMA
The schema.
|
SELECT
The select.
|
SET
The set.
|
SUM
The sum.
|
TABLE
The table.
|
TRUNCATE
The truncate.
|
UNION
The union.
|
UNIQUE
The unique.
|
UPDATE
The update.
|
VALUES
The values.
|
VIEW
The view.
|
WHERE
The where.
|
public static final Keywords TABLE
public static final Keywords COLUMN
public static final Keywords VIEW
public static final Keywords INDEX
public static final Keywords SELECT
public static final Keywords FROM
public static final Keywords WHERE
public static final Keywords INSERT
public static final Keywords INTO
public static final Keywords VALUES
public static final Keywords UPDATE
public static final Keywords SET
public static final Keywords DELETE
public static final Keywords JOIN
public static final Keywords ON
public static final Keywords INNER
public static final Keywords LEFT
public static final Keywords RIGHT
public static final Keywords OUTER
public static final Keywords FULL
public static final Keywords CORSS
public static final Keywords CREATE
public static final Keywords DROP
public static final Keywords AFTER
public static final Keywords ADD
public static final Keywords MODIFY
public static final Keywords TRUNCATE
public static final Keywords ORDER
public static final Keywords BY
public static final Keywords DESC
public static final Keywords ASC
public static final Keywords LIKE
public static final Keywords IN
public static final Keywords IS
public static final Keywords NULL
public static final Keywords NOT
public static final Keywords BETWEEN
public static final Keywords UNION
public static final Keywords INTERSECT
public static final Keywords EXCEPT
public static final Keywords AND
public static final Keywords OR
public static final Keywords ALL
public static final Keywords AS
public static final Keywords COUNT
public static final Keywords SUM
public static final Keywords MAX
public static final Keywords MIN
public static final Keywords AVG
public static final Keywords DISTINCT
public static final Keywords DATABASE
public static final Keywords ALTER
public static final Keywords IF
public static final Keywords EXISTS
public static final Keywords COMMENT
public static final Keywords PRIMARY
public static final Keywords KEY
public static final Keywords CONSTRAINT
public static final Keywords DEFAULT
public static final Keywords CASCADE
public static final Keywords SCHEMA
public static final Keywords UNIQUE
public static Keywords[] values()
for (Keywords c : Keywords.values()) System.out.println(c);
public static Keywords valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值