Class Table
java.lang.Object
org.bgerp.plugin.svc.dba.model.db.Table
DB table info
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlonglonggetName()longgetRows()booleanvoidsetCreateTime(Date createTime) voidsetDataLength(long dataLength) voidsetDropCandidate(boolean value) voidsetIndexLength(long indexLength) voidvoidsetRows(long rows) voidsetUpdateTime(Date updateTime) 
- 
Constructor Details- 
Tablepublic Table()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getRowspublic long getRows()
- 
setRowspublic void setRows(long rows) 
- 
getDataLengthpublic long getDataLength()
- 
setDataLengthpublic void setDataLength(long dataLength) 
- 
getIndexLengthpublic long getIndexLength()
- 
setIndexLengthpublic void setIndexLength(long indexLength) 
- 
getCreateTime
- 
setCreateTime
- 
getUpdateTime
- 
setUpdateTime
- 
isDropCandidatepublic boolean isDropCandidate()
- 
setDropCandidatepublic void setDropCandidate(boolean value) 
- 
getUnusedColumns- Returns:
- temporary columns with name starting from _
 
 
-