Class JdbcColumn
java.lang.Object
org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcColumn
Represents a column as returned by the JDBC api. Fields are the ones described in
DatabaseMetaData
-
Method Summary
Modifier and TypeMethodDescriptionstatic JdbcColumn
boolean
int
int
int
int
int
int
int
short
int
hashCode()
-
Method Details
-
getTableCat
-
getTableSchem
-
getTableName
-
getColumnName
-
getDataType
public int getDataType() -
getTypeName
-
getColumnSize
public int getColumnSize() -
getDecimalDigits
public int getDecimalDigits() -
getNumPrecRadix
public int getNumPrecRadix() -
getNullable
public int getNullable() -
getRemarks
-
getColumnDef
-
getCharOctetLength
public int getCharOctetLength() -
getOrdinalPosition
public int getOrdinalPosition() -
getIsNullable
-
getScopeCatalog
-
getScopeSchema
-
getScopeTable
-
getSourceDataType
public short getSourceDataType() -
getIsAutoIncrement
-
getIsGeneratedColumn
-
create
- Throws:
SQLException
-
equals
-
hashCode
public int hashCode()
-