Rakesh API

Package org.rakeshv.dbutils

JDBC utility classes to reduce chore of common JDBC calls.

See:
          Description

Class Summary
CallableStatementDecorator A decorator around a CallableStatement to enable caching and reuse of CallableStatement objects.
CloseResources A convenience class to close JDBC resources in an error free manner.
ConnectionDecorator A decorator around a Connection to enable a non-closing connection to the database.
PreparedStatementDecorator A decorator around a PreparedStatement to enable caching and reuse of PreparedStatement objects.
StatementCache<S extends PreparedStatementDecorator> A cache for storing PreparedStatement or CallableStatement objects.
StatementDecorator A decorator around a Statement.
 

Exception Summary
JDBCException A custom exception that is used to wrap any exception/error condition that is encountered while executing business logic.
 

Package org.rakeshv.dbutils Description

JDBC utility classes to reduce chore of common JDBC calls.

This package provides utility classes with static methods that reduce the repetitive steps involved in writting typical Java programs that require database connectivity. At present classes are provided for connecting to Oracle and PostgreSQL databases.

All the source files are distributed under a BSD style licence. You are free to use, re-distribute, and modify the code to suit your needs. I am in no way responsibile for any errors or problems you experience while using these classes.


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan