public class TableInformation
extends java.lang.Object
Constructor and Description |
---|
TableInformation(byte[] parameter) |
TableInformation(TableInformation tableInformation) |
Modifier and Type | Method and Description |
---|---|
int |
getRecordCapacity()
Get the record count capacity of the table.
|
int |
getRecordCount()
Get the count of record which is in the table.
|
public TableInformation(TableInformation tableInformation)
public TableInformation(byte[] parameter)