public class ResultSetCollection
extends java.util.AbstractCollection
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
ResultSetCollection(java.sql.ResultSet resultSet)
Construct a new ResultSetCollection for the specified ResultSet.
|
ResultSetCollection(java.sql.ResultSet resultSet,
boolean lowerCase)
Construct a new ResultSetCollection for the specified ResultSet.
|
ResultSetCollection(java.sql.ResultSet resultSet,
int numberOfRows)
Construct a new ResultSetCollection for the specified ResultSet.
|
ResultSetCollection(java.sql.ResultSet resultSet,
int numberOfRows,
boolean lowerCase)
Construct a new ResultSetCollection for the specified ResultSet.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLowerCase() |
java.util.Iterator |
iterator() |
protected void |
setNumberOfRows() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic ResultSetCollection(java.sql.ResultSet resultSet)
throws java.sql.SQLException,
java.lang.NullPointerException
resultSet - - The result set to be wrappedjava.sql.SQLException - - if the metadata for this result set cannot be introspectedjava.lang.NullPointerException - - if resultSet is nullpublic ResultSetCollection(java.sql.ResultSet resultSet,
boolean lowerCase)
throws java.sql.SQLException,
java.lang.NullPointerException
resultSet - - The result set to be wrappedlowerCase - - Should property names be lower cased?java.sql.SQLException - - if the metadata for this result set cannot be introspectedjava.lang.NullPointerException - - if resultSet is nullpublic ResultSetCollection(java.sql.ResultSet resultSet,
int numberOfRows)
throws java.sql.SQLException,
java.lang.NullPointerException
resultSet - - The result set to be wrappednumberOfRows - - The number of rows in result setjava.sql.SQLException - - if the metadata for this result set cannot be introspectedjava.lang.NullPointerException - - if resultSet is nullpublic ResultSetCollection(java.sql.ResultSet resultSet,
int numberOfRows,
boolean lowerCase)
throws java.sql.SQLException,
java.lang.NullPointerException
resultSet - - The result set to be wrappednumberOfRows - - The number of rows in result setlowerCase - - Should property names be lower cased?java.sql.SQLException - - if the metadata for this result set cannot be introspectedjava.lang.NullPointerException - - if resultSet is nullprotected void setNumberOfRows()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int size()
size in interface java.util.Collectionsize in class java.util.AbstractCollectionpublic java.util.Iterator iterator()
iterator in interface java.lang.Iterableiterator in interface java.util.Collectioniterator in class java.util.AbstractCollectionpublic boolean isLowerCase()
Copyright © 2005-2014 jXLS Team. All Rights Reserved.