JavaServer Pages(TM) Standard Tag Library 1.2 API 1.0.3.Final

Package javax.servlet.jsp.jstl.sql

Classes and interfaces related to the sql tag library component of the JavaServer Pages Standard Tag Library (JSTL).

See:
          Description

Interface Summary
Result This interface represents the result of a <sql:query> action.
SQLExecutionTag This interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.
 

Class Summary
ResultSupport Supports the creation of a javax.servlet.jsp.jstl.sql.Result object from a source java.sql.ResultSet object.
 

Package javax.servlet.jsp.jstl.sql Description

Classes and interfaces related to the sql tag library component of the JavaServer Pages Standard Tag Library (JSTL).

This tag library component provides a number of SQL tags which provide basic capabilities to interact with relational databases.


JavaServer Pages(TM) Standard Tag Library 1.2 API 1.0.3.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.