Enum Class ReservedKeyword

java.lang.Object
java.lang.Enum<ReservedKeyword>
org.springframework.data.cassandra.core.cql.ReservedKeyword
All Implemented Interfaces:
Serializable, Comparable<ReservedKeyword>, Constable

@Deprecated(forRemoval=true) public enum ReservedKeyword extends Enum<ReservedKeyword>
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0 without replacement.
CQL keywords.
Author:
Matthew T. Adams, Mark Paluch
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static boolean
    isReserved(String candidate)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns whether the given string is a CQL reserved keyword.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • ADD

      public static final ReservedKeyword ADD
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ALTER

      public static final ReservedKeyword ALTER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AND

      public static final ReservedKeyword AND
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ANY

      public static final ReservedKeyword ANY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • APPLY

      public static final ReservedKeyword APPLY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ASC

      public static final ReservedKeyword ASC
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AUTHORIZE

      public static final ReservedKeyword AUTHORIZE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BATCH

      public static final ReservedKeyword BATCH
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BEGIN

      public static final ReservedKeyword BEGIN
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BY

      public static final ReservedKeyword BY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • COLUMNFAMILY

      public static final ReservedKeyword COLUMNFAMILY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CREATE

      public static final ReservedKeyword CREATE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DELETE

      public static final ReservedKeyword DELETE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DESC

      public static final ReservedKeyword DESC
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DROP

      public static final ReservedKeyword DROP
      Deprecated, for removal: This API element is subject to removal in a future version.
    • EACH_QUORUM

      public static final ReservedKeyword EACH_QUORUM
      Deprecated, for removal: This API element is subject to removal in a future version.
    • FROM

      public static final ReservedKeyword FROM
      Deprecated, for removal: This API element is subject to removal in a future version.
    • GRANT

      public static final ReservedKeyword GRANT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • IN

      public static final ReservedKeyword IN
      Deprecated, for removal: This API element is subject to removal in a future version.
    • INDEX

      public static final ReservedKeyword INDEX
      Deprecated, for removal: This API element is subject to removal in a future version.
    • INSERT

      public static final ReservedKeyword INSERT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • INTO

      public static final ReservedKeyword INTO
      Deprecated, for removal: This API element is subject to removal in a future version.
    • KEYSPACE

      public static final ReservedKeyword KEYSPACE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • LIMIT

      public static final ReservedKeyword LIMIT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • LOCAL_ONE

      public static final ReservedKeyword LOCAL_ONE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • LOCAL_QUORUM

      public static final ReservedKeyword LOCAL_QUORUM
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MODIFY

      public static final ReservedKeyword MODIFY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NORECURSIVE

      public static final ReservedKeyword NORECURSIVE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • OF

      public static final ReservedKeyword OF
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ON

      public static final ReservedKeyword ON
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ONE

      public static final ReservedKeyword ONE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ORDER

      public static final ReservedKeyword ORDER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • PRIMARY

      public static final ReservedKeyword PRIMARY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • QUORUM

      public static final ReservedKeyword QUORUM
      Deprecated, for removal: This API element is subject to removal in a future version.
    • REVOKE

      public static final ReservedKeyword REVOKE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SCHEMA

      public static final ReservedKeyword SCHEMA
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SELECT

      public static final ReservedKeyword SELECT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SET

      public static final ReservedKeyword SET
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TABLE

      public static final ReservedKeyword TABLE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • THREE

      public static final ReservedKeyword THREE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TOKEN

      public static final ReservedKeyword TOKEN
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TRUNCATE

      public static final ReservedKeyword TRUNCATE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TWO

      public static final ReservedKeyword TWO
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UPDATE

      public static final ReservedKeyword UPDATE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • USE

      public static final ReservedKeyword USE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • USING

      public static final ReservedKeyword USING
      Deprecated, for removal: This API element is subject to removal in a future version.
    • WHERE

      public static final ReservedKeyword WHERE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • WITH

      public static final ReservedKeyword WITH
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public static ReservedKeyword[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ReservedKeyword valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • isReserved

      public static boolean isReserved(CharSequence candidate)
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • isReserved

      public static boolean isReserved(String candidate)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns whether the given string is a CQL reserved keyword. This comparison is done regardless of case.
      Parameters:
      candidate - candidate keyword.