Uses of Class
nl.cwi.monetdb.embedded.mapping.MonetDBRow
| Package | Description |
|---|---|
| nl.cwi.monetdb.embedded.mapping | |
| nl.cwi.monetdb.embedded.resultset | |
| nl.cwi.monetdb.embedded.tables |
-
Uses of MonetDBRow in nl.cwi.monetdb.embedded.mapping
Fields in nl.cwi.monetdb.embedded.mapping declared as MonetDBRow Modifier and Type Field Description protected MonetDBRow[]AbstractRowSet. rowsThe rows of this set. -
Uses of MonetDBRow in nl.cwi.monetdb.embedded.resultset
Methods in nl.cwi.monetdb.embedded.resultset that return MonetDBRow Modifier and Type Method Description MonetDBRow[]QueryResultRowSet. getAllRows()Gets all rows of this set.MonetDBRowQueryResultRowSet. getSingleRow(int row)Gets a single row in this set.Methods in nl.cwi.monetdb.embedded.resultset that return types with arguments of type MonetDBRow Modifier and Type Method Description ListIterator<MonetDBRow>QueryResultRowSet. iterator()ListIterator<MonetDBRow>QueryResultSet. iterator() -
Uses of MonetDBRow in nl.cwi.monetdb.embedded.tables
Methods in nl.cwi.monetdb.embedded.tables that return MonetDBRow Modifier and Type Method Description MonetDBRowRowIterator. getCurrentRow()Gets the current row currentColumns values as Java objects.