| java.lang.Object org.hsqldb.Node org.hsqldb.DiskNode
DiskNode | class DiskNode extends Node (Code) | | Cached table Node implementation.
Only integral references to left, right and parent nodes in the AVL tree
are held and used as pointers data.
iId is a reference to the Index object that contains this node.
This fields can be eliminated in the future, by changing the
method signatures to take a Index parameter from Index.java (fredt@users)
New class derived from the Hypersonic code
author: Thomas Mueller (Hypersonic SQL Group) version: 1.7.2 since: Hypersonic SQL |
SIZE_IN_BYTE | final static int SIZE_IN_BYTE(Code) | | |
|
|