CMDREG

This command registry allows the server to look up an implementation and default parameters for a command interface.

Column Descriptions:

NameTypeDescription
STOREENT_IDINTEGER NOT NULLThe ID for a store. A value of 0 means that this command implementation is applicable to all stores.
INTERFACENAMEVARCHAR (254) NOT NULLThe command interface name.
DESCRIPTIONVARCHAR (254)This is a description for the command.
CLASSNAMEVARCHAR (254)The implementation class name for a command.
PROPERTIESVARCHAR (254)The default properties associated with this command. The properties are in the "property1=value1&property2=value2" form where the property is the name of the property and the value is the value corresponding to the property.
LASTUPDATETIMESTAMPThe last time this entry was updated.
TARGETCHAR (16) DEFAULT 'Local'Indicates where this command is to be executed. Currently the only valid value is Local, which means all commands are executed on the local machine.
OPTCOUNTERSMALLINT NOT NULL 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
<SYSTEM-GENERATED>STOREENT_ID+INTERFACENAMEPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_243STOREENT_IDSTOREENTSTOREENT_IDCascade