Interface ResultSetSource

    • Field Detail

      • CONF_JDBC_DRIVER

        static final String CONF_JDBC_DRIVER
        Configuration key for the driver (class) name of the JDBC connection to use for this event source.
        See Also:
        Constant Field Values
      • CONF_JDBC_CONNECTION_URL

        static final String CONF_JDBC_CONNECTION_URL
        Configuration key for the URL of the JDBC connection to use for this event source.
        See Also:
        Constant Field Values
      • CONF_JDBC_USER_NAME

        static final String CONF_JDBC_USER_NAME
        Configuration key for the user name of the JDBC connection to use for this event source.
        See Also:
        Constant Field Values
      • CONF_JDBC_PASSWORD

        static final String CONF_JDBC_PASSWORD
        Configuration key for the password of the JDBC connection to use for this event source.
        See Also:
        Constant Field Values
      • CONF_DATA_SOURCE_NAME

        static final 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.
        See Also:
        Constant Field Values
      • CONF_SELECT_STATEMENT

        static final String CONF_SELECT_STATEMENT
        Configuration key for the select statement to use for this event source. This creates the result set for the event.
        See Also:
        Constant Field Values
      • CONF_NOTIFY_EMPTY_ONLY

        static final 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.
        See Also:
        Constant Field Values