| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.dbevents |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected ResultSetEvent |
DBEventSource.createResultSetEvent(java.sql.ResultSet resultSet)
Creates a
ResultSetEvent for the designated result set. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DBEventSource.nextHandler(ResultSetEvent event,
boolean consumed,
boolean concurrent) |