All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.tapestry.contrib.jdbc.package.html Maven / Gradle / Ivy

There is a newer version: 4.1.6
Show newest version




Tapestry: Web Application Framework





A set of classes that assist with dynamically generating JDBC SQL queries. Importantly, they help hide the difference between a {@link java.sql.Statement} and {@link java.sql.PreparedStatement} ... in fact, using a {@link org.apache.tapestry.contrib.jdbc.StatementAssembly} you don't know in advance which you'll get, which is very handy when generating truly dynamic SQL. @author Howard Lewis Ship [email protected]





© 2015 - 2024 Weber Informatics LLC | Privacy Policy