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

public class JdbcColumn extends Object
Represents a column 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()
    • getColumnName

      public String getColumnName()
    • getDataType

      public int getDataType()
    • getTypeName

      public String getTypeName()
    • getColumnSize

      public int getColumnSize()
    • getDecimalDigits

      public int getDecimalDigits()
    • getNumPrecRadix

      public int getNumPrecRadix()
    • getNullable

      public int getNullable()
    • getRemarks

      public String getRemarks()
    • getColumnDef

      public String getColumnDef()
    • getCharOctetLength

      public int getCharOctetLength()
    • getOrdinalPosition

      public int getOrdinalPosition()
    • getIsNullable

      public String getIsNullable()
    • getScopeCatalog

      public String getScopeCatalog()
    • getScopeSchema

      public String getScopeSchema()
    • getScopeTable

      public String getScopeTable()
    • getSourceDataType

      public short getSourceDataType()
    • getIsAutoIncrement

      public String getIsAutoIncrement()
    • getIsGeneratedColumn

      public String getIsGeneratedColumn()
    • create

      public static JdbcColumn 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