Package net.sourceforge.jdbcimporter

Provides the main classes and interfaces for JDBCImporter.

See:
          Description

Interface Summary
BinaryDelimiterParser The BinaryDelimiterParser interface defines a set of methods used to parse a binary file into a set of rows to be added to the database.
ColumnTranslator The ColumnTranslator interface defines the method used to translate a column value read from a file into a column value to be imported into the database.
ConnectionDef The ConnectionDef interface defines methods to retrieve and release java.sql.Connection object.
DbColumnTranslator The DbColumnTranslator interface defines extra methods used to execute queries on the database that is source/destination of the data.
DelimiterParser The DelimiterParser interface defines a set of methods used to parse a file into a set of rows to be added to the database.
ImportEngine The ImportEngine defines the methods needed to import a row into a database.
RowTranslator The RowTranslator interface defines the method used to translate a row's values from a file into a row's values to be imported into the database.
 

Class Summary
ColumnDef The ColumnDef class defines a column in an entity.
ColumnValue The ColumnValue class represents a column value.
EntityDef The EntityDef class defines an entity (table).
EntityImporter The EntityImporter class imports an entity into the database using a given import engine.
ImportColumnDef The ImportColumnDef class defines a column in an entity that will used in the importing of data.
ImportDef The ImportDef class defines a set of entities to import into a given database.
ImportEntityDef The ImportEntityDef class defines an entity (table) to be imported.
Importer The Importer class is the main class that controls the import of data to the database.
 

Exception Summary
MalformedDataException The MalformedDataException exception indicates that one or more column values for the given row is cannot be imported.
 

Package net.sourceforge.jdbcimporter Description

Provides the main classes and interfaces for JDBCImporter.