|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.queryPrepared(PreparedStatement statement)
Return an iterator with the results of executing statement. |
static TableRowIterator |
DatabaseManager.queryPreparedTable(String table,
PreparedStatement statement)
Return an iterator with the results of executing statement. |
static TableRowIterator |
DatabaseManager.queryTable(Context context,
String table,
String query,
Object... parameters)
Return an iterator with the results of the query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||