Package | Description |
---|---|
org.apache.tapestry.contrib.jdbc |
A set of classes that assist with dynamically generating JDBC SQL queries.
|
Class and Description |
---|
BooleanParameter
Wrapper around a boolean parameter.
|
IParameter
Represents a parameter within a dynamically generated SQL statement.
|
IStatement
A wrapper around
Statement or
PreparedStatement which hides the differences
between the two. |