|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
BaseSQLAction | A convenience superclass for SQLAction implementations. |
BatchAction | |
BindDirective | A custom Velocity directive to create a PreparedStatement parameter text. |
BindEqualDirective | A custom Velocity directive to create a PreparedStatement parameter text for "= ?". |
BindNotEqualDirective | A custom Velocity directive to create a PreparedStatement parameter text for "<>?". |
ChainDirective | A custom Velocity directive to conditionally join a number of chunks . |
ChunkDirective | A custom Velocity directive to describe a conditional chunk of a chain . |
ColumnDescriptor | A descriptor of a ResultSet column. |
JDBCResultIterator | A ResultIterator over the underlying JDBC ResultSet. |
ParameterBinding | Describes PreparedStatement parameter binding. |
ProcedureAction | A SQLAction that runs a stored procedure. |
ResultDirective | A custom Velocity directive to describe a ResultSet column. |
RowDescriptor | A descriptor of a result row obtained from a database. |
SelectAction | A SQLAction that handles SelectQuery execution. |
SQLSelectStatement | Deprecated. Unused since 1.2 as superclass can handle select queries. |
SQLStatement | A PreparedStatement descriptor containing a String of SQL and an array of parameters. |
SQLTemplateAction | Implements a strategy for execution of SQLTemplates. |
SQLTemplateRenderingUtils | Implements utility methods used inside Velocity templates when rendering SQLTemplates. |
SQLTemplateResourceManager | An implementation of the Velocity ResourceManager and ResourceLoader that creates templates from in-memory Strings. |
UpdateAction |
Contains classes that handle JDBC interactions.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |