| |||||||
| FRAMES NO FRAMES | |||||||
<%@ taglib prefix="sql10" uri="http://java.sun.com/jstl/sql" %>
<anyxmlelement xmlns:sql10="http://java.sun.com/jstl/sql" />
JSTL 1.0 sql library
| Tag Library Information | |
| Display Name | JSTL sql |
| Version | 1.0 |
| Short Name | sql10 |
| URI | http://java.sun.com/jstl/sql |
| Tag Summary | |
| transaction | Provides nested database action elements with a shared Connection, set up to execute all statements as one transaction. |
| query | Executes the SQL query defined in its body or through the sql attribute. |
| update | Executes the SQL update defined in its body or through the sql attribute. |
| param | Sets a parameter in an SQL statement to the specified value. |
| dateParam | Sets a parameter in an SQL statement to the specified java.util.Date val ue. |
| setDataSource | Creates a simple DataSource suitable only for prototyping. |
| Tag Library Validator | |||||||
| org.apache.taglibs.standard.tlv.JstlSqlTLV | No Description
Initialization Parameters: |
||||||
| |||||||
| FRAMES NO FRAMES | |||||||