Package | Description |
---|---|
org.apache.tapestry.contrib.jdbc |
A set of classes that assist with dynamically generating JDBC SQL queries.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedStatement
A wrapper around
PreparedStatement . |
class |
SimpleStatement
A wrapper around
Statement . |
Modifier and Type | Method and Description |
---|---|
IStatement |
StatementAssembly.createStatement(java.sql.Connection connection)
Creates and returns an
IStatement based on the SQL and parameters
acquired. |