Package db
Class TableStatistics
java.lang.Object
db.TableStatistics
Table statistics data
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintTotal number of table nodesintTotal number of buffers used within chanined DBBuffers for record storage.intFor index tables, this indicates the indexed column within the primary table.intTotal number of interior nodesName of table (same name used by both primary table and related index tables)intTotal number of leaf/record nodes.intTotal size of table
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
nameName of table (same name used by both primary table and related index tables)
- 
indexColumnpublic int indexColumnFor index tables, this indicates the indexed column within the primary table. For primary tables, this value is -1 and does not apply.
- 
bufferCountpublic int bufferCountTotal number of table nodes
- 
sizepublic int sizeTotal size of table
- 
interiorNodeCntpublic int interiorNodeCntTotal number of interior nodes
- 
recordNodeCntpublic int recordNodeCntTotal number of leaf/record nodes.
- 
chainedBufferCntpublic int chainedBufferCntTotal number of buffers used within chanined DBBuffers for record storage.
 
- 
- 
Constructor Details- 
TableStatisticspublic TableStatistics()
 
-