Class FieldIdentifier

java.lang.Object
org.apache.cassandra.cql3.FieldIdentifier

public class FieldIdentifier extends Object
Identifies a field in a UDT.
  • Field Details

  • Constructor Details

    • FieldIdentifier

      public FieldIdentifier(ByteBuffer bytes)
  • Method Details

    • forUnquoted

      public static FieldIdentifier forUnquoted(String text)
      Creates a FieldIdentifier from an unquoted identifier string.
    • forQuoted

      public static FieldIdentifier forQuoted(String text)
      Creates a FieldIdentifier from a quoted identifier string.
    • forInternalString

      public static FieldIdentifier forInternalString(String text)
      Creates a FieldIdentifier from an internal string.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object