Package org.osesb.utilities.jdbc

JDBC infrastructure classes and utilities.

See:
          Description

Interface Summary
IConnectionManager This Interface is implemented JDBC Connection Managers.
 

Class Summary
ByteArrayBlob Utility Implementation for dealing with java.sql.Blob objects.
ByteArrayClob Utility Implementation for dealing with java.sql.Clob objects.
DataSourceConnectionManager DataSourceConnectionManager is an implementation of IConnectionManager that manages database connections obtained from a DataSource that is registered with a JNDI naming service.
DriverConnectionManager DriverConnectionManager is an implementation of IConnectionManager that starts and maintains a plain old JDBC connection using java.sql.DriverManagerDriver and properties in a JDBCConfiguration.
JDBCUtilities Utilities for dealing with JDBC.
SQLInputParameter This descendant of SQLParameter class encapsulates parameters for SQLStatement(s).
SQLOutputParameter Subclass of SqlParameter to represent an output parameter.
SQLParameter This Class is the ancestor of SQLInputParameter(s) and SQLOutputParameter(s).
SQLScrollUpdateParameter This descendant of SQLInputParameter class encapsulates parameters for scrollable ResultSet update logic.
SQLStatement This class encapsulates configurable SQL Statements.
 

Package org.osesb.utilities.jdbc Description

JDBC infrastructure classes and utilities.