Package | Description |
---|---|
javax.faces.model |
Standard model data
beans for JavaServer Faces.
|
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.