Package com.boylesoftware.cb2.util.sql

Utility classes for JDBC-related operations.

See:
          Description

Class Summary
CallableStatementWrapper Wrapper around a JDBC's CallableStatement interface implementation.
ConnectionWrapper Wrapper around a JDBC's Connection interface implementation.
PreparedStatementWrapper Wrapper around a JDBC's PreparedStatement interface implementation.
StatementWrapper Wrapper around a JDBC's Statement interface implementation.
 

Package com.boylesoftware.cb2.util.sql Description

Utility classes for JDBC-related operations.

In particular, this package contains a number of classes that are wrappers around some standard JDBC objects like connection and statement. These classes help building implementations of JBDC interfaces by replacing just a few methods, as opposed to defining implementations for every method in the JBDC's enormous interfaces.



Copyright © 2002,2003,2004 - Boyle Software, Inc.