Package com.primix.tapestry.util.jdbc

A set of classes that assist with dynamically generating JDBC SQL queries.

See:
          Description

Interface Summary
IStatement A wrapper around Statement or PreparedStatement.
 

Class Summary
ParameterizedStatement A wrapper around PreparedStatement.
SimpleStatement A wrapper around Statement.
StatementAssembly Class for creating and executing JDBC statements.
 

Package com.primix.tapestry.util.jdbc Description

A set of classes that assist with dynamically generating JDBC SQL queries. Importantly, they help hide the difference between a Statement and PreparedStatement ... in fact, using a StatementAssembly you don't know in advance which you'll get, which is very handy when generating truly dynamic SQL.

Author:
Howard Ship hship@primix.com