DBActivityEventSource |
A DB event source that takes its configuration from an activity configuration
provided from a process step.
|
DBEventSource |
A source for events based on SQL statements, that is a SQL statement is
executed regularly and the result set (if one exists) is notified as event to
the corresponding event handler.
|
MemoryResultSetEventImpl |
An event for result sets, that is, an event is produced and sent as soon as a
specific statement yields a non-empty (or empty if desired) result set.
|
MemoryResultSetImpl |
A simple implementation for a MemoryResultSet .
|
MemoryResultSetImpl.MrsiCleanup |
The clean-up task for closing the Closeable values.
|
ReadOnlyRSEventSource |
A source for events based on SQL statements creating result sets that are
read only and do not support updating.
|
ResultSetEventImpl |
An event for result sets, that is, an event is produced and sent as soon as a
specific statement yields a non-empty (or empty if desired) result set.
|
WindowedMemoryResultSet |
A wrapper for a MemoryResultSet providing a window for accessing the rows.
|