java.lang.Object
com.github.jinahya.database.metadata.bind.Attribute
All Implemented Interfaces:
MetadataType, Serializable

@_ChildOf(UDT.class) public class Attribute extends Object
A class for binding results of the DatabaseMetaData.getAttributes(String, String, String, String) method.
Author:
Jin Kwon <jinahya_at_gmail.com>
See Also:
  • Field Details

  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • equals

      public boolean equals(Object obj)
    • hashCode

      public int hashCode()
    • setTypeCat

      public void setTypeCat(String typeCat)
    • setTypeSchem

      public void setTypeSchem(String typeSchem)
    • setTypeName

      public void setTypeName(String typeName)
    • setAttrName

      public void setAttrName(String attrName)
    • toString

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

      public Map<String,Object> getUnmappedValues()
      Description copied from interface: MetadataType
      Returns a map of unmapped values.
      Specified by:
      getUnmappedValues in interface MetadataType
      Returns:
      a map of unmapped values.