JSTL sql


Standard Syntax:
     <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>

XML Syntax:
     <anyxmlelement xmlns:sql="http://java.sun.com/jsp/jstl/sql" />

JSTL 1.1 sql library

Tag Library Information
Display NameJSTL sql
Version1.1
Short Namesql
URIhttp://java.sun.com/jsp/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 value.
setDataSource Creates a simple DataSource suitable only for prototyping.
 

Tag Library Validator
org.apache.taglibs.standard.tlv.JstlSqlTLV Provides core validation features for JSTL tags.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.