Name

SQLExecutionTag

Synopsis

The SQLExecutionTag interface is implemented by the <sql:query> and <sql:update> tag handlers so that they can receive placeholder parameter values from nested actions.

Synopsis

Interface name:

javax.servlet.jsp.jstl.sql.SQLExecutionTag

Extends:

None

Implemented by:

The JSTL <sql:query> and <sql:update> tag handler classes.

Methods

public void addSQLParameter(Object value)

Adds a parameter value to use with java.sql.PreparedStatement.setObject( ).

Get JavaServer Pages, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.