Name

ResultSupport

Synopsis

The ResultSupport class can be used by custom code to create a Result object from a java.sql.ResultSet.

Synopsis

Class name:

javax.servlet.jsp.jstl.sql.ResultSupport

Extends:

None

Implements:

None

Methods

public static javax.servlet.jsp.jstl.sql.Result

toResult(java.sql.ResultSet rs)

Returns a Result object with the data from the specified ResultSet.

public static javax.servlet.jsp.jstl.sql.Result

toResult(java.sql.ResultSet rs, int maxRows)

Returns a Result object with the data from the specified ResultSet, up to the specified number of maximum rows

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.