Uses of Class
org.hsqldb.rowio.RowInputBase

Packages that use RowInputBase
org.hsqldb.rowio   
 

Uses of RowInputBase in org.hsqldb.rowio
 

Subclasses of RowInputBase in org.hsqldb.rowio
 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.
 



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