UECONFIG

This table stores UE configuration information for UE framework.

Column Descriptions:

NameTypeDescription
UECONFIG_IDBIGINT NOT NULLGenerated primary key
DESCRIPTIONVARCHAR (256)Description for this
HTTPMETHODVARCHAR (10)
URLVARCHAR (512)
REQUESTHANDLERVARCHAR (512)
RESPONSEHANDLERVARCHAR (512)
PROPERTIESVARCHAR (512)
RETRIABLESMALLINT DEFAULT 0
TIMEOUTINTEGER
FILTER_IDBIGINT
OPTCOUNTERSMALLINT DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_0039UECONFIG_IDPrimary Key