Package | Description |
---|---|
javax.faces.model |
Standard model data
beans for JavaServer Faces.
|
javax.servlet.jsp.jstl.sql | |
org.apache.taglibs.standard.tag.common.sql |
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. |
Modifier and Type | Class and Description |
---|---|
class |
ResultImpl
This class creates a cached version of a ResultSet.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.