Uses of Class
com.j256.ormlite.stmt.SelectIterator

Packages that use SelectIterator
com.j256.ormlite.dao Database Access Object classes. 
com.j256.ormlite.stmt SQL statement generation and processing. 
 

Uses of SelectIterator in com.j256.ormlite.dao
 

Methods in com.j256.ormlite.dao that return SelectIterator
 SelectIterator<T,ID> BaseDaoImpl.iterator()
           
 SelectIterator<T,ID> BaseDaoImpl.iterator(PreparedQuery<T> preparedQuery)
           
 

Uses of SelectIterator in com.j256.ormlite.stmt
 

Fields in com.j256.ormlite.stmt declared as SelectIterator
protected  SelectIterator<T,Void> RawResultsImpl.iterator
           
 

Methods in com.j256.ormlite.stmt that return SelectIterator
 SelectIterator<T,ID> StatementExecutor.buildIterator(BaseDaoImpl<T,ID> classDao, ConnectionSource connectionSource)
          Create and return a SelectIterator for the class using the default mapped query for all statement.
 SelectIterator<T,ID> StatementExecutor.buildIterator(BaseDaoImpl<T,ID> classDao, ConnectionSource connectionSource, PreparedStmt<T> preparedStmt)
          Create and return an SelectIterator for the class using a prepared statement.
 



Copyright © 2011. All Rights Reserved.