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. |