Uses of Class
org.dspace.storage.rdbms.TableRowIterator

Packages that use TableRowIterator
org.dspace.content Provides an API for reading and manipulating content in the DSpace system. 
org.dspace.storage.rdbms Provides an API for accessing a relational database management system. 
 

Uses of TableRowIterator in org.dspace.content
 

Constructors in org.dspace.content with parameters of type TableRowIterator
ItemIterator(Context context, TableRowIterator rows)
          Construct an item iterator using a set of TableRow objects from the item table
 

Uses of TableRowIterator in org.dspace.storage.rdbms
 

Methods in org.dspace.storage.rdbms that return TableRowIterator
static TableRowIterator DatabaseManager.query(Context context, String query, Object... parameters)
          Return an iterator with the results of the query.
static TableRowIterator DatabaseManager.queryTable(Context context, String table, String query, Object... parameters)
          Return an iterator with the results of the query.
 



Copyright © 2012 DuraSpace. All Rights Reserved.