public class DbTableColumn extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
catalogName |
protected Integer |
charOctetLength |
protected String |
columnDefault |
protected String |
columnName |
protected Integer |
columnSize |
protected WeakReference<Connection> |
connectionRef |
protected Integer |
dataType |
protected Integer |
decimalDigits |
protected String |
isAutoincrement |
protected String |
isGeneratedColumn |
protected Integer |
nullable |
protected Integer |
numPrecRadix |
protected Integer |
ordinalPosition |
protected String |
remarks |
protected String |
schemaName |
protected Integer |
sqlDataType |
protected Integer |
sqlDatetimeSub |
protected DbTable |
table |
protected String |
tableName |
protected String |
typeName |
| Constructor and Description |
|---|
DbTableColumn() |
protected transient volatile WeakReference<Connection> connectionRef
protected DbTable table
protected String catalogName
protected String schemaName
protected String tableName
protected String columnName
protected Integer dataType
protected String typeName
protected Integer columnSize
protected Integer decimalDigits
protected Integer numPrecRadix
protected Integer nullable
protected String remarks
protected String columnDefault
protected Integer sqlDataType
protected Integer sqlDatetimeSub
protected Integer charOctetLength
protected Integer ordinalPosition
protected String isAutoincrement
protected String isGeneratedColumn
public static List<DbTableColumn> fetch(DbTable table) throws SQLException
SQLExceptionpublic Connection getConnection()
public void setConnection(Connection conn)
public DbTable getTable()
public void setTable(DbTable table)
public String getCatalogName()
public void setCatalogName(String catalogName)
public String getSchemaName()
public void setSchemaName(String schemaName)
public String getTableName()
public void setTableName(String tableName)
public String getColumnName()
public void setColumnName(String columnName)
public Integer getDataType()
public void setDataType(Integer dataType)
public String getTypeName()
public void setTypeName(String typeName)
public Integer getColumnSize()
public void setColumnSize(Integer columnSize)
public Integer getDecimalDigits()
public void setDecimalDigits(Integer decimalDigits)
public Integer getNumPrecRadix()
public void setNumPrecRadix(Integer numPrecRadix)
public Integer getNullable()
public void setNullable(Integer nullable)
public String getRemarks()
public void setRemarks(String remarks)
public String getColumnDefault()
public void setColumnDefault(String columnDefault)
public Integer getSqlDataType()
public void setSqlDataType(Integer sqlDataType)
public Integer getSqlDatetimeSub()
public void setSqlDatetimeSub(Integer sqlDatetimeSub)
public Integer getCharOctetLength()
public void setCharOctetLength(Integer charOctetLength)
public Integer getOrdinalPosition()
public void setOrdinalPosition(Integer ordinalPosition)
Copyright © 2018. All rights reserved.