| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.dbevents | |
| de.aristaflow.adept2.model.events |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryResultSetImpl
A simple implementation for a
MemoryResultSet. |
class |
WindowedMemoryResultSet
A wrapper for a
MemoryResultSet providing a window for accessing the rows. |
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and Description |
|---|---|
MemoryResultSet |
MemoryResultSetEventImpl.getResultSet() |
| Constructor and Description |
|---|
MemoryResultSetEventImpl(java.net.URI[] managerURI,
java.lang.String eventType,
java.lang.String sourceType,
java.lang.String sourceID,
MemoryResultSet resultSet)
Creates a new event for the designated memory result set.
|
WindowedMemoryResultSet(MemoryResultSet resultSet,
int firstRow,
int rowCount)
Creates a new
WindowedMemoryResultSet wrapping the designated
MemoryResultSet 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). |
| Modifier and Type | Method and Description |
|---|---|
MemoryResultSet |
MemoryResultSetEvent.getResultSet()
Gets the memory result set that caused this event.
|