|
Class Summary |
| CaseInsensitiveColumnMatcher |
Concrete implementation of ColumnMatcher which tests textual columns
case-insensitively (DataType.TEXT and DataType.MEMO), and
all other columns using simple equality. |
| DebugErrorHandler |
Implementation of ErrorHandler which is useful for generating debug
information about bad row data (great for bug reports!). |
| EntryIterableBuilder |
Builder style class for constructing an IndexCursor entry
Iterable/Iterator. |
| ExportUtil |
Utility class for exporting tables from an Access database to other
formats. |
| ExportUtil.Builder |
Builder which simplifies configuration of an export operation. |
| ImportUtil |
Utility class for importing tables to an Access database from other
sources. |
| ImportUtil.Builder |
Builder which simplifies configuration of an import operation. |
| IterableBuilder |
Builder style class for constructing a Cursor Iterable/Iterator. |
| Joiner |
Utility for finding rows based on pre-defined, foreign-key table
relationships. |
| MemFileChannel |
FileChannel implementation which maintains the entire "file" in memory. |
| OleBlob.Builder |
Builder style class for constructing an OleBlob. |
| ReplacementErrorHandler |
Simple implementation of an ErrorHandler which always returns the
configured object. |
| RowFilter |
The RowFilter class encapsulates a filter test for a table row. |
| SimpleColumnMatcher |
Simple concrete implementation of ColumnMatcher which test for equality. |
| SimpleExportFilter |
Simple concrete implementation of ImportFilter which just returns the given
values. |
| SimpleImportFilter |
Simple concrete implementation of ImportFilter which just returns the given
values. |