JSTL 1.1 sql library JSTL sql 1.1 sql http://java.sun.com/jsp/jstl/sql Provides core validation features for JSTL tags. org.apache.taglibs.standard.tlv.JstlSqlTLV Provides nested database action elements with a shared Connection, set up to execute all statements as one transaction. transaction org.apache.taglibs.standard.tag.rt.sql.TransactionTag JSP dataSource false true isolation false true Executes the SQL query defined in its body or through the sql attribute. query org.apache.taglibs.standard.tag.rt.sql.QueryTag JSP var true false scope false false sql false true dataSource false true startRow false true maxRows false true Executes the SQL update defined in its body or through the sql attribute. update org.apache.taglibs.standard.tag.rt.sql.UpdateTag JSP var false false scope false false sql false true dataSource false true Sets a parameter in an SQL statement to the specified value. param org.apache.taglibs.standard.tag.rt.sql.ParamTag JSP value false true Sets a parameter in an SQL statement to the specified java.util.Date value. dateParam org.apache.taglibs.standard.tag.rt.sql.DateParamTag empty value true true type false true Creates a simple DataSource suitable only for prototyping. setDataSource org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag empty var false false scope false false dataSource false true driver false true url false true user false true password false true