org.datanucleus.store.rdbms.scostore
Class RDBMSListStoreIterator

java.lang.Object
  extended by org.datanucleus.store.rdbms.scostore.ListStoreIterator
      extended by org.datanucleus.store.rdbms.scostore.RDBMSListStoreIterator
All Implemented Interfaces:
Iterator, ListIterator

public class RDBMSListStoreIterator
extends ListStoreIterator

ListStore iterator for RDBMS datastores.


Method Summary
protected  org.datanucleus.metadata.AbstractMemberMetaData getOwnerMemberMetaData(org.datanucleus.store.mapped.DatastoreContainerObject containerTable)
          Method to return the owner member metadata for the supplied table
protected  boolean next(Object resultSet)
          Method to move to the next row in the results.
 
Methods inherited from class org.datanucleus.store.rdbms.scostore.ListStoreIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOwnerMemberMetaData

protected org.datanucleus.metadata.AbstractMemberMetaData getOwnerMemberMetaData(org.datanucleus.store.mapped.DatastoreContainerObject containerTable)
Description copied from class: ListStoreIterator
Method to return the owner member metadata for the supplied table

Specified by:
getOwnerMemberMetaData in class ListStoreIterator
Parameters:
containerTable - The table for the list
Returns:
the metadata for the owner member

next

protected boolean next(Object resultSet)
                throws org.datanucleus.store.mapped.exceptions.MappedDatastoreException
Description copied from class: ListStoreIterator
Method to move to the next row in the results.

Specified by:
next in class ListStoreIterator
Parameters:
resultSet - The result set
Returns:
Whether there is a next row
Throws:
org.datanucleus.store.mapped.exceptions.MappedDatastoreException


Copyright © 2012. All Rights Reserved.