Class Field


  • public class Field
    extends Object
    • Constructor Detail

      • Field

        public Field​(Object nativeValue,
                     Type type)
      • Field

        public Field​(Object nativeValue,
                     Type type,
                     boolean indexed)
      • Field

        public Field​(Field field)
    • Method Detail

      • getType

        public Type getType()
      • getArray

        public Block getArray()
      • getLong

        public Long getLong()
      • getBoolean

        public Boolean getBoolean()
      • getByte

        public Byte getByte()
      • getDate

        public Date getDate()
      • getDouble

        public Double getDouble()
      • getFloat

        public Float getFloat()
      • getMap

        public Block getMap()
      • getObject

        public Object getObject()
      • getShort

        public Short getShort()
      • getTimestamp

        public Timestamp getTimestamp()
      • getTime

        public Time getTime()
      • getVarbinary

        public byte[] getVarbinary()
      • getVarchar

        public String getVarchar()
      • isIndexed

        public boolean isIndexed()
      • isNull

        public boolean isNull()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object