Package org.oddjob.sql

Support for Sql operations within Oddjob using jdbc.

See:
          Description

Interface Summary
SQLExecutor Abstraction for something that executes an SQL statement.
SQLResultsProcessor A marker interface for processors of beans from a SQLExecutor.
SQLSerialization Abstraction for something that is able to serialize and deserialization, using SQL.
SQLSerializationFactory A Factory for SQLSerialization.
 

Class Summary
BadSQLHandler  
ConnectionType  
HSQLSerializationFactory An implementation SQLSerializationFactory for HSQLDB but implemented in ANSI SQL so should work with most DBs.
ParameterisedExecutor  
ResultSetBeanFactory  
ScriptParser  
SQLBuilder  
SQLClock  
SQLConversions  
SQLJob  
SQLKeeperService  
SQLPersisterService  
SQLResultsBean  
SQLResultsSheet  
UpdateCount  
 

Enum Summary
SQLJob.DelimiterType delimiters we support, "NORMAL" and "ROW"
SQLJob.OnError The action a task should perform on an error, one of "continue", "stop" and "abort"
 

Package org.oddjob.sql Description

Support for Sql operations within Oddjob using jdbc.