| Package | Description | 
|---|---|
| jakarta.faces.model | |
| jakarta.servlet.jsp.jstl.sql | 
 Classes and interfaces related to the sql tag library component of the Jakarta Standard Tag Library. 
 | 
| 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 © 2018,2020 Eclipse Foundation.
Use is subject to license terms.