com.jinfonet.jdbc.obj
Interface JCollection


public interface JCollection

A JCollection represents a group of JIterator, its all the resultset.


Method Summary
 JIterator getIterator()
          Returns an JIterator over the elements in this JCollection.
 void setCollection(java.lang.Object obj)
          set the resultSet.
 int size()
          Returns the number of rows in this JCollection.
 

Method Detail

size

int size()
Returns the number of rows in this JCollection.

Returns:
the number of rows in this JCollection

getIterator

JIterator getIterator()
Returns an JIterator over the elements in this JCollection.


setCollection

void setCollection(java.lang.Object obj)
set the resultSet.