Package org.osesb.connectors.jdbc

JDBC Connector classes.

See:
          Description

Class Summary
ResultSetToXMLTableSetAdapter This Class extends SelectStatementTableSetAdapter with processTableSet() method that transforms a ResultSet to XML using a org.osesb.connectors.jdbc.relationalxml.ResultSetToXMLTransformer.
SelectStatementTableSetAdapter This Class extends TableSetAdapter with processTableSet() method that executes the configured SQL select statement and returns the result as a java.sql.ResultSet.
TableSet Encapsulates TableSet processes according to a TableSetConfiguration.
TableSetAdapter TableSetAdapter is an abstract Class is the ancestor for objects that encapsulate SQL processing for a TableSet.
TableSetAdapterConfiguration A TableSet is a configurable connector for interacting with relational databases.
TableSetConfiguration TableSetConfiguration extends DataSetConfiguration, adding configuration Elements for a TableSetAdapter.
UpdateStatementTableSetAdapter This Class extends TableSetAdapter with processTableSet() method that executes the configured SQL update statement and returns the result as an Integer for the number of rows that were updated.
 

Package org.osesb.connectors.jdbc Description

JDBC Connector classes.