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 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.