Package jakarta.servlet.jsp.jstl.sql
Classes and interfaces related to the sql tag library component of the Jakarta Standard Tag Library.
This tag library component provides a number of SQL tags which provide basic capabilities to interact with relational databases.
-
Interface Summary Interface Description Result This interface represents the result of a <sql:query> action.SQLExecutionTag This interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements. -
Class Summary Class Description ResultSupport Supports the creation of a jakarta.servlet.jsp.jstl.sql.Result object from a source java.sql.ResultSet object.