org.hsqldb
Class CacheFree

java.lang.Object
  |
  +--org.hsqldb.CacheFree

class CacheFree
extends java.lang.Object

CacheFree Class declaration

This class is essetially an object used to create a singly linked list of the free space available in a HSQL database file.


Field Summary
(package private)  CacheFree fNext
           
(package private)  int iLength
           
(package private)  int iPos
           
 
Constructor Summary
(package private) CacheFree()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iPos

int iPos

iLength

int iLength

fNext

CacheFree fNext
Constructor Detail

CacheFree

CacheFree()