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