| Package | Description |
|---|---|
| javax.servlet.jsp.jstl.sql |
Classes and interfaces related to the sql tag library component of the JavaServer Pages Standard Tag Library (JSTL).
|
| org.apache.taglibs.standard.tag.common.sql |
| Modifier and Type | Method and Description |
|---|---|
static Result |
ResultSupport.toResult(ResultSet rs)
Converts a
ResultSet object to a Result object. |
static Result |
ResultSupport.toResult(ResultSet rs,
int maxRows)
Converts
maxRows of a ResultSet object to a
Result object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultImpl
This class creates a cached version of a ResultSet.
|
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.