EventTableName

Name of event queue table, which is used by the connector's polling mechanism.

The default name is xworlds_events.

Set this to null (as a string) when polling is turned off for the connector. This prevents validation of the existence of the event and archive tables.

For a user-defined event table, ensure that the event_id maps to one of the following JDBC types: INTEGER, BIGINT, NUMERIC, VARCHAR.

Default value: xworlds_events

Possible values: Name of event queue table

Required: Yes, if polling is required; null(as a string) if polling is not required

Copyright IBM Corp. 1997, 2004