Package de.aristaflow.adept2.core.eventmanager.dbevents
package de.aristaflow.adept2.core.eventmanager.dbevents
-
ClassesClassDescriptionA DB event source that takes its configuration from an activity configuration provided from a process step.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.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.A simple implementation for a
MemoryResultSet.The clean-up task for closing theCloseablevalues.A source for events based on SQL statements creating result sets that are read only and do not support updating.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.A wrapper for aMemoryResultSetproviding a window for accessing the rows.