| Interface | Description |
|---|---|
| ImporterSpec |
Description:
User: roman.stumm Date: 22.11.2007 Time: 11:46:35 |
| LineReader<Line> |
Description: Interface of a reader used by
LineImporterSpec to
read from a reader or stream record-by-record (line-by-line)User: roman.stumm Date: 11.06.2008 Time: 17:42:47 |
| LineTokenizer<Line,Single> |
Description: responsible to read the data in a single line/row/record
in enumeration-style
User: roman.stumm Date: 28.08.2007 Time: 16:11:33 |
| LineTokenizerFactory<Line,SingleValue> |
Description: create line tokenizers and line reader for a specific file format
User: roman.stumm Date: 28.08.2007 Time: 16:31:35 |
| Class | Description |
|---|---|
| CSVStringTokenizerFactory |
Description: Factory that creates CSVStringTokenizer
User: roman.stumm Date: 28.08.2007 Time: 16:32:14 |
| FixedLengthStringTokenizerFactory |
Description: Factory that creates FixedLengthStringTokenizer
User: roman.stumm Date: 11.09.2007 Time: 19:30:59 |
| ImportControl |
Description: a row in table import_control can be represented by an instance
of this class.
|
| ImportController |
Description: Responsible to simplify the management of
multiple imports that should not run parallel.
|
| Importer |
Description: API facade to import a document (file) in any format.
|
| ImporterProcessor |
Description: common implementation to do the import process
User: roman.stumm Date: 22.11.2007 Time: 11:56:47 |
| ImportJob |
Job definition of a dbimport job.
|
| LineImporterSpec |
Description: Not thread-safe!
|
| LineImporterSpecAutoFields |
Description: subclass that gets the field names from the first header line
and contains some common preconfiguration
User: roman.stumm Date: 28.08.2007 Time: 17:28:52 |
| LineImportProcessor |
Description: Import a file line-by-line, e.g. for csv-/comma-separated/fixed-column-length
files.
|
| SqlUtil |
Description: Utility class that helps to convert parameters during
import processing (e.g. in groovy scripts).
|
| StringLineReader |
Description: read a file line by line (each line is a string)
User: roman.stumm Date: 11.06.2008 Time: 17:43:00 |
| Enum | Description |
|---|---|
| ImportState |
Description:
User: roman.stumm Date: 16.06.2008 Time: 12:08:04 |
| LineImporterSpec.Header |
| Exception | Description |
|---|---|
| ImporterException |
Description:
User: roman.stumm Date: 28.08.2007 Time: 16:51:07 |
Copyright © 2008-2016. All Rights Reserved.