Uses of Class
nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
| Package | Description |
|---|---|
| nl.cwi.monetdb.embedded.resultset |
-
Uses of QueryResultRowSet in nl.cwi.monetdb.embedded.resultset
Methods in nl.cwi.monetdb.embedded.resultset that return QueryResultRowSet Modifier and Type Method Description QueryResultRowSetQueryResultSet. fetchAllRowValues()Fetches all rows from the result set.QueryResultRowSetQueryResultSet. fetchFirstNRowValues(int n)Fetches the first N rows from the result set.QueryResultRowSetQueryResultSet. fetchResultSetRows(int startIndex, int endIndex)Fetch rows from the result set.