This command registry allows the server to look up an implementation and default parameters for a command interface.
Column Name | Column Type | Column Description |
---|---|---|
CLASSNAME | VARCHAR (254) NULL |
The implementation class name for a command. |
DESCRIPTION | VARCHAR (254) NULL |
This is a description for the command. |
INTERFACENAME | VARCHAR (254) NOT NULL |
The command interface name. |
LASTUPDATE | TIMESTAMP NULL |
The last time this entry was updated. |
PROPERTIES | VARCHAR (254) NULL |
The default properties associated with this command. The properties are in the "property1=value1&property2=value2" form where "propertyn" is the name of the property and "valuen" is the value corresponding to the property. |
STOREENT_ID | INTEGER NOT NULL |
The ID for a store. A value of 0 means that this command implementation is applicable to all stores. |
TARGET | CHARACTER (16) NULL, 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. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034909680 | STOREENT_ID, INTERFACENAME | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_243 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|