Package com.ora.jsp.tags.sql

Interface Summary
ValueTagParent This interface must be implemented by all Tag's that can have ValueTag's in the body.
 

Class Summary
DBTag This class is a custom action for executing a SQL SELECT statement.
DBTagExtraInfo This class provides additional attribute validation code for DBTag subclasses.
QueryTag This class is a custom action for executing a SQL SELECT statement.
QueryTagExtraInfo This class provides information about the variable created by the QueryTag to the JSP container at translation-time.
TransactionTag This class is a custom action for executing a SQL SELECT statement.
UpdateTag This class is a custom action for executing a SQL INSERT, UPDATE and DELETE statements, as well as SQL DDL statements (e.g.
UpdateTagExtraInfo This class provides information about the variable created by the UpdateTag to the JSP container at translation-time.
UseDataSourceTag This class is a custom action for making the JDBC 1.0 DriverManager available to the other Database actions as a JDBC 2.0 SE DataSource, saved in the application scope.
UseDataSourceTagExtraInfo This class provides information about the variable created by the UseDataSourceTag to the JSP container at translation-time.