Uses of Interface
de.aristaflow.adept2.model.common.MemoryResultSet
Packages that use MemoryResultSet
Package
Description
-
Uses of MemoryResultSet in de.aristaflow.adept2.core.eventmanager.dbevents
Classes in de.aristaflow.adept2.core.eventmanager.dbevents that implement MemoryResultSetModifier and TypeClassDescriptionclassA simple implementation for aMemoryResultSet.classA wrapper for aMemoryResultSetproviding a window for accessing the rows.Fields in de.aristaflow.adept2.core.eventmanager.dbevents declared as MemoryResultSetModifier and TypeFieldDescriptionprotected final MemoryResultSetMemoryResultSetEventImpl.resultSetThe result set of this event, that is (parts of) the result of the executed statement.protected final MemoryResultSetWindowedMemoryResultSet.resultSetThe wrapped result set.Methods in de.aristaflow.adept2.core.eventmanager.dbevents that return MemoryResultSetConstructors in de.aristaflow.adept2.core.eventmanager.dbevents with parameters of type MemoryResultSetModifierConstructorDescriptionMemoryResultSetEventImpl(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 MemoryResultSetModifier and TypeMethodDescriptionMemoryResultSetEvent.getResultSet()Gets the memory result set that caused this event.