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 classMemoryResultSetImplA simple implementation for aMemoryResultSet.classWindowedMemoryResultSetA wrapper for aMemoryResultSetproviding a window for accessing the rows.Fields in de.aristaflow.adept2.core.eventmanager.dbevents declared as MemoryResultSet Modifier and Type Field Description protected MemoryResultSetMemoryResultSetEventImpl. resultSetThe result set of this event, that is (parts of) the result of the executed statement.protected MemoryResultSetWindowedMemoryResultSet. resultSetThe wrapped result set.Methods in de.aristaflow.adept2.core.eventmanager.dbevents that return MemoryResultSet Modifier and Type Method Description MemoryResultSetMemoryResultSetEventImpl. 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 newWindowedMemoryResultSetwrapping the designatedMemoryResultSetand 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 MemoryResultSetMemoryResultSetEvent. getResultSet()Gets the memory result set that caused this event. 
 -