Uses of Class
org.hsqldb.CachedRow

Packages that use CachedRow
org.hsqldb   
org.hsqldb.rowio   
 

Uses of CachedRow in org.hsqldb
 

Methods in org.hsqldb that return CachedRow
protected  CachedRow DataFileCache.makeRow(int pos, Table t)
          Constructs a new Row for the specified table, using row data read at the specified position (pos) in this object's database file.
protected  CachedRow TextCache.makeRow(int pos, Table t)
           
 

Methods in org.hsqldb with parameters of type CachedRow
protected  void DataFileCache.saveRow(CachedRow r)
          Writes out the specified Row.
protected  void DataFileCache.setStorageSize(CachedRow r)
          Calculates the number of bytes required to store a Row in this object's database file.
protected  void TextCache.setStorageSize(CachedRow r)
           
 

Uses of CachedRow in org.hsqldb.rowio
 

Methods in org.hsqldb.rowio with parameters of type CachedRow
 int RowOutputBinary.getSize(CachedRow row)
          Calculate the size of byte array required to store a row.
 int RowOutputInterface.getSize(CachedRow row)
           
 int RowOutputLegacy.getSize(CachedRow row)
          Calculate the size of byte array required to store a row.
 int RowOutputText.getSize(CachedRow r)
           
 int RowOutputTextLog.getSize(CachedRow row)
           
 



Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.