|
Class Summary |
| AsciiReader |
A fully buffered, random access reader capable of reading both
fixed sized blocks and carrage return terminated lines. |
| AsciiTable |
A DatabaseTable that can represent any flat ascii file
as a table for ModSQL to query. |
| ColumnOption |
Options to be applied to column data after it has been loaded. |
| ColumnProperties |
Properties of an individual column of the table. |
| Manager |
A flexable method of turning flat ascii files into
databases. |
| RCFile |
Class for reading configuration files in the following format: |
| RowId |
|
| RowOption |
A row option is applied to one row within a data block. |
| RowOption_select |
Option to accept the row if a specific ascii string is
found at a specific location within the block. |
| RowOption_skip |
Option to skip the row if a specific ascii string is
found at a specific location within the block. |
| SourceProperties |
Properties of an individual column as it is read from the
data file. |