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

@_ParentOf(VersionColumn.class) @_ParentOf(PseudoColumn.class) @_ParentOf(PrimaryKey.class) @_ParentOf(IndexInfo.class) @_ParentOf(ImportedKey.class) @_ParentOf(ExportedKey.class) @_ParentOf(Column.class) @_ParentOf(BestRowIdentifier.class) public class Table extends Object
Author:
Jin Kwon <jinahya_at_gmail.com>
See Also:
  • Field Details

    • COLUMN_LABEL_TABLE_CAT

      public static final String COLUMN_LABEL_TABLE_CAT
      The column label of "TABLE_CAT".
      See Also:
    • COLUMN_LABEL_TABLE_SCHEM

      public static final String COLUMN_LABEL_TABLE_SCHEM
      The column label of "TABLE_SCHEM".
      See Also:
    • COLUMN_LABEL_TABLE_NAME

      public static final String COLUMN_LABEL_TABLE_NAME
      The column label of "TABLE_NAME".
      See Also:
    • COLUMN_LABEL_TABLE_TYPE

      public static final String COLUMN_LABEL_TABLE_TYPE
      The column label of "TABLE_TYPE".
      See Also:
  • Constructor Details

    • Table

      public Table()
      Creates a new instance.
  • Method Details

    • toString

      public String toString()
    • equals

      public boolean equals(Object obj)
    • hashCode

      public int hashCode()
    • getTableCat

      public String getTableCat()
    • setTableCat

      public void setTableCat(String tableCat)
    • getTableSchem

      public String getTableSchem()
    • setTableSchem

      public void setTableSchem(String tableSchem)
    • getTableName

      public String getTableName()
    • setTableName

      public void setTableName(String tableName)
    • 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.