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

public class TypeInfo extends Object
A class for binding results of the DatabaseMetaData.getTypeInfo() method.
Author:
Jin Kwon <jinahya_at_gmail.com>
See Also:
  • Field Details

  • Constructor Details

    • TypeInfo

      public TypeInfo()
  • Method Details

    • equals

      public boolean equals(Object obj)
    • hashCode

      public int hashCode()
    • getSearchable

      public Integer getSearchable()
    • setSearchable

      public void setSearchable(Integer searchable)
    • 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.