Class BestRowIdentifier

java.lang.Object
com.github.jinahya.database.metadata.bind.BestRowIdentifier
All Implemented Interfaces:
MetadataType, Serializable, Comparable<BestRowIdentifier>

@_ChildOf(Table.class) public class BestRowIdentifier extends Object implements Comparable<BestRowIdentifier>
Author:
Jin Kwon <jinahya_at_gmail.com>
See Also:
  • Field Details

  • Constructor Details

    • BestRowIdentifier

      public BestRowIdentifier()
  • Method Details

    • toString

      public String toString()
    • equals

      public boolean equals(Object obj)
    • hashCode

      public int hashCode()
    • compareTo

      public int compareTo(BestRowIdentifier o)
      Specified by:
      compareTo in interface Comparable<BestRowIdentifier>
    • getScope

      public Integer getScope()
    • setScope

      public void setScope(Integer scope)
    • getPseudoColumn

      public Integer getPseudoColumn()
    • setPseudoColumn

      public void setPseudoColumn(Integer pseudoColumn)
    • getColumnName

      public String getColumnName()
    • setColumnName

      public void setColumnName(String columnName)
    • getDataType

      public Integer getDataType()
    • setDataType

      public void setDataType(Integer dataType)
    • getTypeName

      public String getTypeName()
    • setTypeName

      public void setTypeName(String typeName)
    • getColumnSize

      public Integer getColumnSize()
    • setColumnSize

      public void setColumnSize(Integer columnSize)
    • getBufferLength

      public Integer getBufferLength()
    • setBufferLength

      public void setBufferLength(Integer bufferLength)
    • getDecimalDigits

      public Integer getDecimalDigits()
    • setDecimalDigits

      public void setDecimalDigits(Integer decimalDigits)
    • 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.