Package net.walend.jdbc

This package contains helper classes for use inside a jdbc2.0 database.

See:
          Description

Class Summary
ConnectionSource A static class that hands out database connections.
GenericDataSource A class that implements DataSource for non-DataSource databases so I can treat everthing as a DataSource.
SelectTuple A tuple of {Connection,Statement,ResultSet}
SQLStatementString This class exists to provide '?' substitutions to Statements that are not PreparedStatements.
SQLUtils A kit of utilities for working with databases.
 

Exception Summary
NestedSQLException An SQLException that wraps another Throwable.
ResultSetWrongSizeException An SQLException that wraps another Throwable.
 

Package net.walend.jdbc Description

This package contains helper classes for use inside a jdbc2.0 database.



Copyright (c) 2000, 2001, David Walend