Text table node implementation.
Nodes for the AVL tree are all built and kept in memory while the actual
row data is accessed via TextCache from disk.
This differs from MemoryNode by maintaining an integral pointer for the
Row data instead of a Java reference.
New class based on Hypersonic SQL code.
author: fredt@users version: 1.8.0 since: 1.7.1 |