Package org.apache.commons.jelly.tags.sql

The SQL Tags from the JSTL There are some examples of these tags in action here

See:
          Description

Class Summary
DataSourceUtil A simple DataSource utility for the standard DriverManager class.
DataSourceWrapper A simple DataSource wrapper for the standard DriverManager class.
DateParamTag Tag handler for <Param> in JSTL, used to set parameter values for a SQL statement.
DriverTag Tag handler for <Driver> in JSTL, used to create a simple DataSource for prototyping.
ParamTag Tag handler for <Param> in JSTL, used to set parameter values for a SQL statement.
QueryTag Tag handler for <Query> in JSTL.
ResultImpl This class creates a cached version of a ResultSet.
ResultSetTag This Tag creates a result set object based on its body content via child row tags.
RowTag Adds a new row to a parent <resultSet> Tag.
SetDataSourceTag Tag handler for <SetDataSource> in JSTL, used to create a simple DataSource for prototyping.
SqlTagLibrary Describes the Taglib.
SqlTagSupport Abstract base class for any SQL related tag in JSTL.
TransactionTag Tag handler for <Transaction> in JSTL.
UpdateTag Tag handler for <Update> in JSTL.
 

Package org.apache.commons.jelly.tags.sql Description

The SQL Tags from the JSTL

There are some examples of these tags in action here



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