|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
IStatement | A wrapper around Statement or PreparedStatement . |
Class Summary | |
ParameterizedStatement | A wrapper around PreparedStatement . |
SimpleStatement | A wrapper around Statement . |
StatementAssembly | Class for creating and executing JDBC statements. |
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.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |