AuthorHoward Lewis Ship <a href="mailto:hlship@apache.org">hlship@apache.org</a>
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.
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.