public class ResultSetList
extends java.lang.Object
It stores a ResultSet list.
Constructor and Description |
---|
ResultSetList()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the list.
|
int |
count()
Number of elements in the list.
|
ResultSet |
get(int index)
Returns the ResultSet at the specified position in the list.
|
ResultSetListIterator |
iterator()
Gets a new ResultSetListIterator.
|
public void clear()
public ResultSet get(int index)
index
- [in] Index of the element to return, starting at 0.public ResultSetListIterator iterator()
public int count()