This table contains rule server configuration data. Each row represents a rule server.
Column Description(s):
Column Name | Column Type | Description |
BZSRVCFG_ID |
INTEGER NOT NULL |
A system generated ID for this rule server configuration. |
SERVERNAME |
VARCHAR(127) NOT NULL |
The name of the server. Must be unique within the table. |
ENABLED |
INTEGER NOT NULL DEFAULT 1 |
Indicates whether the rule server is enabled: 0=false, 1=true. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000051 |
SERVERNAME |
Unique Index |
SQL050212031205210 |
BZSRVCFG_ID |
Primary Key |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_149 |
BZSRVCFG_ID |
BZSVCCFG |
BZSRVCFG_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.