1.0 EA3 1.2 sql-rt http://java.sun.com/jstl/ea/sql-rt JSTL sql RT JSTL 1.0 sql library org.apache.taglibs.standard.tlv.JstlCoreTLV Provides core validation features for JSTL tags. transaction org.apache.taglibs.standard.tag.rt.sql.TransactionTag JSP Provides nested database action elements with a shared Connection, set up to execute all statements as one transaction. dataSource false true query org.apache.taglibs.standard.tag.rt.sql.QueryTag JSP Executes the SQL query defined in its body or through the sql attribute. var true false scope false false sql false true dataSource false true startRow false true maxRows false true update org.apache.taglibs.standard.tag.rt.sql.UpdateTag JSP Executes the SQL update defined in its body or through the sql attribute. var false false scope false false sql false true dataSource false true parameter org.apache.taglibs.standard.tag.rt.sql.ParamTag empty Sets a parameter in an SQL statement to the specified value. value true true driver org.apache.taglibs.standard.tag.common.sql.DriverTag empty Creates a simple DataSource suitable only for prototyping. var true false driverClassName false true jdbcURL false true userName false true