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. rows
The 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.MonetDBRow
QueryResultRowSet. 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 MonetDBRow
RowIterator. getCurrentRow()
Gets the current row currentColumns values as Java objects.