java.lang.Object
org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcTable

public class JdbcTable extends Object
Represents a table or a view as returned by the JDBC api. Fields are the ones described in DatabaseMetaData
  • Method Details

    • getTableCat

      public String getTableCat()
    • getTableSchem

      public String getTableSchem()
    • getTableName

      public String getTableName()
    • getTableType

      public String getTableType()
    • getRemarks

      public String getRemarks()
    • getTypeCat

      public String getTypeCat()
    • getTypeSchem

      public String getTypeSchem()
    • getTypeName

      public String getTypeName()
    • getSelfReferencingColName

      public String getSelfReferencingColName()
    • getRefGeneration

      public String getRefGeneration()
    • create

      public static JdbcTable create(ResultSet resultSet) throws SQLException
      Throws:
      SQLException
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object