| Package | Description | 
|---|---|
| javax.faces.model | |
| javax.servlet.jsp.jstl.sql | 
 Classes and interfaces related to the sql tag library component of the JavaServer Pages Standard Tag Library (JSTL). 
 | 
| Constructor and Description | 
|---|
ResultDataModel(Result result)
Construct a new  
ResultDataModel wrapping the specified
 Result. | 
| 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. | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.