Class FieldIdentifier


  • public class FieldIdentifier
    extends java.lang.Object
    Identifies a field in a UDT.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.nio.ByteBuffer bytes  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldIdentifier​(java.nio.ByteBuffer bytes)  
    • Field Detail

      • bytes

        public final java.nio.ByteBuffer bytes
    • Constructor Detail

      • FieldIdentifier

        public FieldIdentifier​(java.nio.ByteBuffer bytes)
    • Method Detail

      • forUnquoted

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

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

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

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

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

        public final boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object