com.jinfonet.jdbc.obj
Interface JCollection


public interface JCollection

A JCollection represents a group of elements. JIterator can be used to access and get each element.


Method Summary
 JIterator getIterator()
          Returns a JIterator over the elements in this JCollection.
 void setCollection(java.lang.Object obj)
          Sets 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 a JIterator over the elements in this JCollection.


setCollection

void setCollection(java.lang.Object obj)
Sets the resultset.