Package org.oddjob.sql
package org.oddjob.sql
Support for Sql operations within Oddjob using jdbc.
-
ClassDescriptionThe simplest most generic dialect.A
SQLResultHandlerthat creates beans.Something that is able to extract a value from a column based on the SQL Type.Provide some flexibility for differing databases.A Result Handler with Debugs.An implementationSQLSerializationFactoryfor HSQLDB but implemented in ANSI SQL so should work with most DBs.Handles the execution of a single SQL statement at a time.Helper class that creates beans out of result sets.Implementations provide varied methodologies to extract data from a result set.Parses SQL from an InputStream into individual statements.delimiter type between SQL statements.The action a task should perform on an error.Handles results from a query.Abstraction for something that is able to serialize and deserialization, using SQL.A Factory forSQLSerialization.AResultSetExtractorthat uses simple java types for most column types.Container bean for the update count from anSQLJob.