Tags sql


Standard Syntax:
     <%@ taglib prefix="sql" uri="jakarta.tags.sql" %>

XML Syntax:
     <anyxmlelement xmlns:sql="jakarta.tags.sql" />

Tags 3.0 sql library

Tag Library Information
Display NameTags sql
Version3.0
Short Namesql
URIjakarta.tags.sql
 

Tag Summary
transactionProvides nested database action elements with a shared Connection, set up to execute all statements as one transaction.
queryExecutes the SQL query defined in its body or through the sql attribute.
updateExecutes the SQL update defined in its body or through the sql attribute.
paramSets a parameter in an SQL statement to the specified value.
dateParamSets a parameter in an SQL statement to the specified java.util.Date value.
setDataSourceCreates a simple DataSource suitable only for prototyping.
 

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


Copyright © 2018, 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.