Uses of Interface
org.apache.tapestry.contrib.jdbc.IStatement

Packages that use IStatement
org.apache.tapestry.contrib.jdbc A set of classes that assist with dynamically generating JDBC SQL queries. 
 

Uses of IStatement in org.apache.tapestry.contrib.jdbc
 

Classes in org.apache.tapestry.contrib.jdbc that implement IStatement
 class ParameterizedStatement
          A wrapper around PreparedStatement.
 class SimpleStatement
          A wrapper around Statement.
 

Methods in org.apache.tapestry.contrib.jdbc that return IStatement
 IStatement StatementAssembly.createStatement(Connection connection)
          Creates and returns an IStatement based on the SQL and parameters acquired.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.