Uses of Interface
cz.cvut.kbss.ontodriver.iteration.ResultRow
Packages that use ResultRow
Package
Description
-
Uses of ResultRow in cz.cvut.kbss.jopa.query.mapper
Methods in cz.cvut.kbss.jopa.query.mapper with parameters of type ResultRowModifier and TypeMethodDescriptionResultRowMapper.map
(ResultRow resultRow, UnitOfWork uow) SparqlResultMapper.map
(ResultRow resultRow, UnitOfWork uow) Maps (a subset of) the specified current result row to output based on this instance's configuration. -
Uses of ResultRow in cz.cvut.kbss.ontodriver
Methods in cz.cvut.kbss.ontodriver that return types with arguments of type ResultRowModifier and TypeMethodDescriptionResultSet.iterator()
Creates aIterator
over this result set.default Spliterator<ResultRow>
ResultSet.spliterator()
Creates aSpliterator
over this result set.ResultSet.stream()
Creates a sequentialStream
over this result set. -
Uses of ResultRow in cz.cvut.kbss.ontodriver.iteration
Classes in cz.cvut.kbss.ontodriver.iteration that implement ResultRowModifier and TypeClassDescriptionclass
Methods in cz.cvut.kbss.ontodriver.iteration that return ResultRowMethod parameters in cz.cvut.kbss.ontodriver.iteration with type arguments of type ResultRowModifier and TypeMethodDescriptionvoid
ResultSetSpliterator.forEachRemaining
(Consumer<? super ResultRow> action) boolean
ResultSetSpliterator.tryAdvance
(Consumer<? super ResultRow> action)