枚举 Keywords

java.lang.Object
java.lang.Enum<Keywords>
cn.featherfly.common.db.dialect.Keywords
所有已实现的接口:
java.io.Serializable, java.lang.Comparable<Keywords>, java.lang.constant.Constable

public enum Keywords
extends java.lang.Enum<Keywords>

Keywords

.
  • 嵌套类概要

    从类继承的嵌套类/接口 java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • 枚举常量概要

    枚举常量
    枚举常量 说明
    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.
  • 方法概要

    修饰符和类型 方法 说明
    static Keywords valueOf​(java.lang.String name)
    返回带有指定名称的该类型的枚举常量。
    static Keywords[] values()
    按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。

    从类继承的方法 java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    从类继承的方法 java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 枚举常量详细资料

    • TABLE

      public static final Keywords TABLE
      The table.
    • COLUMN

      public static final Keywords COLUMN
      The column.
    • VIEW

      public static final Keywords VIEW
      The view.
    • INDEX

      public static final Keywords INDEX
      The index.
    • SELECT

      public static final Keywords SELECT
      The select.
    • FROM

      public static final Keywords FROM
      The from.
    • WHERE

      public static final Keywords WHERE
      The where.
    • INSERT

      public static final Keywords INSERT
      The insert.
    • INTO

      public static final Keywords INTO
      The into.
    • VALUES

      public static final Keywords VALUES
      The values.
    • UPDATE

      public static final Keywords UPDATE
      The update.
    • SET

      public static final Keywords SET
      The set.
    • DELETE

      public static final Keywords DELETE
      The delete.
    • JOIN

      public static final Keywords JOIN
      The join.
    • ON

      public static final Keywords ON
      The on.
    • INNER

      public static final Keywords INNER
      The inner.
    • LEFT

      public static final Keywords LEFT
      The left.
    • OUTER

      public static final Keywords OUTER
      The outer.
    • FULL

      public static final Keywords FULL
      The full.
    • CORSS

      public static final Keywords CORSS
      The corss.
    • CREATE

      public static final Keywords CREATE
      The create.
    • DROP

      public static final Keywords DROP
      The drop.
    • AFTER

      public static final Keywords AFTER
      The after.
    • ADD

      public static final Keywords ADD
      The add.
    • MODIFY

      public static final Keywords MODIFY
      The modify.
    • TRUNCATE

      public static final Keywords TRUNCATE
      The truncate.
    • ORDER

      public static final Keywords ORDER
      The order.
    • BY

      public static final Keywords BY
      The by.
    • DESC

      public static final Keywords DESC
      The desc.
    • ASC

      public static final Keywords ASC
      The asc.
    • LIKE

      public static final Keywords LIKE
      The like.
    • IN

      public static final Keywords IN
      The in.
    • IS

      public static final Keywords IS
      The is.
    • NULL

      public static final Keywords NULL
      The null.
    • NOT

      public static final Keywords NOT
      The not.
    • BETWEEN

      public static final Keywords BETWEEN
      The between.
    • UNION

      public static final Keywords UNION
      The union.
    • INTERSECT

      public static final Keywords INTERSECT
      The intersect.
    • EXCEPT

      public static final Keywords EXCEPT
      The except.
    • AND

      public static final Keywords AND
      The and.
    • OR

      public static final Keywords OR
      The or.
    • ALL

      public static final Keywords ALL
      The all.
    • AS

      public static final Keywords AS
      The as.
    • COUNT

      public static final Keywords COUNT
      The count.
    • SUM

      public static final Keywords SUM
      The sum.
    • MAX

      public static final Keywords MAX
      The max.
    • MIN

      public static final Keywords MIN
      The min.
    • AVG

      public static final Keywords AVG
      The avg.
    • DISTINCT

      public static final Keywords DISTINCT
      The distinct.
    • DATABASE

      public static final Keywords DATABASE
      The database.
    • ALTER

      public static final Keywords ALTER
      The alter.
    • IF

      public static final Keywords IF
      The if.
    • EXISTS

      public static final Keywords EXISTS
      The exists.
    • COMMENT

      public static final Keywords COMMENT
      The comment.
    • PRIMARY

      public static final Keywords PRIMARY
      The primary.
    • KEY

      public static final Keywords KEY
      The key.
    • CONSTRAINT

      public static final Keywords CONSTRAINT
      The constraint.
    • DEFAULT

      public static final Keywords DEFAULT
      The default.
    • CASCADE

      public static final Keywords CASCADE
      The cascade.
    • SCHEMA

      public static final Keywords SCHEMA
      The schema.
    • UNIQUE

      public static final Keywords UNIQUE
      The unique.
  • 方法详细资料

    • values

      public static Keywords[] values()
      按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
      返回:
      按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
    • valueOf

      public static Keywords valueOf​(java.lang.String name)
      返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量
      java.lang.NullPointerException - 如果参数为空值