Uses of Interface
org.hsqldb.rowio.RowInputInterface

Packages that use RowInputInterface
org.hsqldb   
org.hsqldb.rowio   
 

Uses of RowInputInterface in org.hsqldb
 

Methods in org.hsqldb with parameters of type RowInputInterface
static Result Result.read(RowInputInterface rowin, DataInputStream datain)
          Convenience method for reading, shared by Server side.
 

Constructors in org.hsqldb with parameters of type RowInputInterface
CachedRow(Table t, RowInputInterface in)
          constructor when read from the disk into the Cache
 

Uses of RowInputInterface in org.hsqldb.rowio
 

Classes in org.hsqldb.rowio that implement RowInputInterface
 class RowInputBinary
          Provides methods for reading the data for a row from a byte array.
 class RowInputLegacy
          Provides methods for reading the data for a row from a byte array.
 class RowInputText
          Class for reading the data for a database row in text table format.
 class RowInputTextQuoted
          Fields in the source file need not be quoted.
 

Methods in org.hsqldb.rowio that return RowInputInterface
static RowInputInterface RowInputBase.newRowInput(int cachedRowType)
           
 



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