Package org.hsqldb.rowio

Interface Summary
RowInputInterface Public interface for reading the data for a database row.
RowOutputInterface Public interface for writing the data for a database row.
 

Class Summary
RowInputBase Base class for reading the data for a database row in different formats.
RowInputBinary Provides methods for reading the data for a row from a byte array.
RowInputLegacy Provides methods for reading the data for a row from a byte array.
RowInputText Class for reading the data for a database row in text table format.
RowInputTextQuoted Fields in the source file need not be quoted.
RowOutputBase Base class for writing the data for a database row in different formats.
RowOutputBinary Provides methods for writing the data for a row to a byte array.
RowOutputLegacy Provides methods for writing the data for a row to a byte array.
RowOutputText Class for writing the data for a database row in text table format.
RowOutputTextLog  
RowOutputTextQuoted This class quotes strings only if they contain the quote character or the separator for the field.
 



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