Spec-Zone .ru
спецификации, руководства, описания, API


javax.servlet.jsp.jstl.sql
Class ResultSupport

java.lang.Object
  extended by javax.servlet.jsp.jstl.sql.ResultSupport

public class ResultSupport
extends java.lang.Object

Supports the creation of a javax.servlet.jsp.jstl.sql.Result object from a source java.sql.ResultSet object. A Result object makes it much easier for page authors to access and manipulate the data resulting from a SQL query.

Author:
Justyna Horwat

Constructor Summary
ResultSupport()
           
 
Method Summary
static Result toResult(java.sql.ResultSet rs)
          Converts a ResultSet object to a Result object.
static Result toResult(java.sql.ResultSet rs, int maxRows)
          Converts maxRows of a ResultSet object to a Result object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSupport

public ResultSupport()
Method Detail

toResult

public static Result toResult(java.sql.ResultSet rs)
Converts a ResultSet object to a Result object.

Parameters:
rs - the ResultSet object
Returns:
The Result object created from the ResultSet

toResult

public static Result toResult(java.sql.ResultSet rs,
                              int maxRows)
Converts maxRows of a ResultSet object to a Result object.

Parameters:
rs - the ResultSet object
maxRows - the maximum number of rows to be cached into the Result object.
Returns:
The Result object created from the ResultSet, limited by maxRows


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

free hit counter