Enum SqlDdlKeywords

java.lang.Object
java.lang.Enum<SqlDdlKeywords>
org.apache.storm.sql.parser.SqlDdlKeywords
All Implemented Interfaces:
Serializable, Comparable<SqlDdlKeywords>, java.lang.constant.Constable, org.apache.calcite.sql.SqlLiteral.SqlSymbol

public enum SqlDdlKeywords extends Enum<SqlDdlKeywords> implements org.apache.calcite.sql.SqlLiteral.SqlSymbol
Define the keywords that can occur in a CREATE TABLE statement.
  • Enum Constant Details

  • Method Details

    • values

      public static SqlDdlKeywords[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static SqlDdlKeywords valueOf(String name)
      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 name
      NullPointerException - if the argument is null