| Package | Description |
|---|---|
| nl.cwi.monetdb.embedded.resultset |
| Modifier and Type | Method | Description |
|---|---|---|
QueryResultRowSet |
QueryResultSet.fetchAllRowValues() |
Fetches all rows from the result set.
|
QueryResultRowSet |
QueryResultSet.fetchFirstNRowValues(int n) |
Fetches the first N rows from the result set.
|
QueryResultRowSet |
QueryResultSet.fetchResultSetRows(int startIndex,
int endIndex) |
Fetch rows from the result set.
|
Copyright © 2018. All rights reserved.