| Package | Description |
|---|---|
| nl.cwi.monetdb.embedded.mapping | |
| nl.cwi.monetdb.embedded.resultset | |
| nl.cwi.monetdb.embedded.tables |
| Modifier and Type | Field and Description |
|---|---|
protected MonetDBRow[] |
AbstractRowSet.rows
The rows of this set.
|
| Modifier and Type | Method and Description |
|---|---|
MonetDBRow[] |
QueryResultRowSet.getAllRows()
Gets all rows of this set.
|
MonetDBRow |
QueryResultRowSet.getSingleRow(int row)
Gets a single row in this set.
|
| Modifier and Type | Method and Description |
|---|---|
ListIterator<MonetDBRow> |
QueryResultSet.iterator() |
ListIterator<MonetDBRow> |
QueryResultRowSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
MonetDBRow |
RowIterator.getCurrentRow()
Gets the current row currentColumns values as Java objects.
|
Copyright © 2018. All rights reserved.