Enum SqlFormat.KeyWord

java.lang.Object
java.lang.Enum<SqlFormat.KeyWord>
org.apache.empire.commons.SqlFormat.KeyWord
All Implemented Interfaces:
Serializable, Comparable<SqlFormat.KeyWord>, java.lang.constant.Constable
Enclosing class:
SqlFormat

public static enum SqlFormat.KeyWord extends Enum<SqlFormat.KeyWord>
SQL KeyWord
  • Enum Constant Details

  • Method Details

    • values

      public static SqlFormat.KeyWord[] 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 SqlFormat.KeyWord 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
    • length

      public int length()
    • isBreakBefore

      public boolean isBreakBefore()
    • setBreakBefore

      public void setBreakBefore(boolean breakBefore)
    • isBreakAfter

      public boolean isBreakAfter()
    • setBreakAfter

      public void setBreakAfter(boolean breakAfter)
    • isIndent

      public boolean isIndent()
    • setIndent

      public void setIndent(boolean indent)
    • equals

      public boolean equals(char[] s, int pos)