Package net.sourceforge.jdbcimporter.util

Provides utility classes.

See:
          Description

Class Summary
CustomMessageFormat The CustomMessageFormat class formats/parses strings similar to java.text.MessageFormat.
CustomObjectFactory The CustomObjectFactory class is a factory for custom objects.
CustomObjectMapping The CustomObjectMapping class provides default mappings for ColumnValueGenerators, ColumnTranslators, ConnectionDefs, DelimiterFormatters and DelimiterParsers.
IntegerArrayEditor The IntegerArrayEditor converts a comma-separated list of numbers into an array of integers.
IntegerRangeArrayEditor The IntegerRangeArrayEditor class parses a comma separated list of two numbers with a '-' character in between (ex '1-10,13-20,21-23') into a two dimensional array of integers.
JDBCParameterHelper The JDBCParameterHelper provides a methods to set parameters of a PreparedStatement and retrieve values from a ResultSet.
 

Exception Summary
InvalidCustomObjectDefException The InvalidCustomObjectDefException is an exception thrown when trying to create a custom object from the CustomObjectFactory.
MultipleBatchUpdateException The MultipleBatchUpdateException is used to combine multiple SQLExceptions into one exception.
 

Package net.sourceforge.jdbcimporter.util Description

Provides utility classes.