@ConfigurationDescription(properties={@Property(name="Driver",defaultNull=true,description="The driver (class) name for the JDBC connection to use for the event source."),,,,,,}) public interface ResultSetSource extends EventSource<ResultSetEvent>
JDBCDataSource which needs to be
configured for the event manager of this event source. | Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONF_DATA_SOURCE_NAME
Configuration key for the simple instance name of the configured JDBC data
source which to use for this event source.
|
static java.lang.String |
CONF_JDBC_CONNECTION_URL
Configuration key for the URL of the JDBC connection to use for this event
source.
|
static java.lang.String |
CONF_JDBC_DRIVER
Configuration key for the driver (class) name of the JDBC connection to
use for this event source.
|
static java.lang.String |
CONF_JDBC_PASSWORD
Configuration key for the password of the JDBC connection to use for this
event source.
|
static java.lang.String |
CONF_JDBC_USER_NAME
Configuration key for the user name of the JDBC connection to use for this
event source.
|
static java.lang.String |
CONF_NOTIFY_EMPTY_ONLY
Configuration key for whether the event should be caused in case the
result set is empty (or the result set contains at least one entry.
|
static java.lang.String |
CONF_SELECT_STATEMENT
Configuration key for the select statement to use for this event source.
|
addAll, addHandler, getEventHandler, getHierarchicalSourceName, getID, getType, removeHandler, setConfigurationstatic final java.lang.String CONF_JDBC_DRIVER
static final java.lang.String CONF_JDBC_CONNECTION_URL
static final java.lang.String CONF_JDBC_USER_NAME
static final java.lang.String CONF_JDBC_PASSWORD
static final java.lang.String CONF_DATA_SOURCE_NAME
static final java.lang.String CONF_SELECT_STATEMENT
static final java.lang.String CONF_NOTIFY_EMPTY_ONLY