Class ResultField

    • Constructor Detail

      • ResultField

        public ResultField​(String name,
                           int relationId,
                           short relationAttributeNumber,
                           Type type,
                           short typeLength,
                           int typeModifier,
                           FieldFormat format)
      • ResultField

        public ResultField​(String name,
                           int relationId,
                           short relationAttributeNumber,
                           TypeRef typeRef,
                           short typeLength,
                           int typeModifier,
                           FieldFormat format)
    • Method Detail

      • getName

        public String getName()
      • getRelationId

        public int getRelationId()
      • getRelationAttributeNumber

        public short getRelationAttributeNumber()
      • getTypeRef

        public TypeRef getTypeRef()
      • setTypeRef

        public void setTypeRef​(TypeRef typeRef)
      • getTypeLength

        public short getTypeLength()
      • getTypeModifier

        public int getTypeModifier()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object