Uses of Interface
de.aristaflow.adept2.model.common.MemoryResultSet
-
Packages that use MemoryResultSet Package Description de.aristaflow.adept2.core.eventmanager.dbevents de.aristaflow.adept2.model.events -
-
Uses of MemoryResultSet in de.aristaflow.adept2.core.eventmanager.dbevents
Classes in de.aristaflow.adept2.core.eventmanager.dbevents that implement MemoryResultSet Modifier and Type Class Description class
MemoryResultSetImpl
A simple implementation for aMemoryResultSet
.class
WindowedMemoryResultSet
A wrapper for aMemoryResultSet
providing a window for accessing the rows.Fields in de.aristaflow.adept2.core.eventmanager.dbevents declared as MemoryResultSet Modifier and Type Field Description protected MemoryResultSet
MemoryResultSetEventImpl. resultSet
The result set of this event, that is (parts of) the result of the executed statement.protected MemoryResultSet
WindowedMemoryResultSet. resultSet
The wrapped result set.Methods in de.aristaflow.adept2.core.eventmanager.dbevents that return MemoryResultSet Modifier and Type Method Description MemoryResultSet
MemoryResultSetEventImpl. getResultSet()
Constructors in de.aristaflow.adept2.core.eventmanager.dbevents with parameters of type MemoryResultSet Constructor Description MemoryResultSetEventImpl(URI[] managerURI, String eventType, String sourceType, String sourceID, MemoryResultSet resultSet)
Creates a new event for the designated memory result set.WindowedMemoryResultSet(MemoryResultSet resultSet, int firstRow, int rowCount)
Creates a newWindowedMemoryResultSet
wrapping the designatedMemoryResultSet
and only allowing access to the rows starting with the designated first row and for the designated count (or the maximum amount of rows in the designated result set, whichever is less). -
Uses of MemoryResultSet in de.aristaflow.adept2.model.events
Methods in de.aristaflow.adept2.model.events that return MemoryResultSet Modifier and Type Method Description MemoryResultSet
MemoryResultSetEvent. getResultSet()
Gets the memory result set that caused this event.
-