Uses of Interface
com.j256.ormlite.dao.CloseableIterator

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

Uses of CloseableIterator in com.j256.ormlite.dao
 

Methods in com.j256.ormlite.dao that return CloseableIterator
 CloseableIterator<T> Dao.iterator()
          This satisfies the Iterable interface for the class and allows you to iterate through the objects in the table using SQL.
 CloseableIterator<T> CloseableIterable.iterator()
          Returns an iterator over a set of elements of type T.
 CloseableIterator<T> Dao.iterator(PreparedQuery<T> preparedQuery)
          Same as Dao.iterator() but with a PreparedQuery parameter.
 

Uses of CloseableIterator in com.j256.ormlite.stmt
 

Classes in com.j256.ormlite.stmt that implement CloseableIterator
 class SelectIterator<T,ID>
          Internal iterator so we can page through the class.
 



Copyright © 2010. All Rights Reserved.