Subclass RowAVLDisk implements rows for CACHED and TEXT tables.
New class derived from Hypersonic SQL code and enhanced in HSQLDB.
@author Thomas Mueller (Hypersonic SQL Group) @version 1.9.0 @since Hypersonic SQL
199200201202203204205206207208209210211
if (node == null) { return null; } if (!node.isInMemory()) { RowAVL row = (RowAVL) get(node.getPos(), false); node = row.getNode(key.getPosition()); accessorList[key.getPosition()] = node; } return node; }