|
Name |
abaconfigsettings |
|
Code |
ap_cos |
|
Creation Date |
13 december 2000 13:53:05 |
|
Modification Date |
27 december 2005 09:54:26 |
|
Comment |
Configuration options on database or subsystem level |
|
This table holds the configuration options that applies to this database. As discussed on the config-file page, an option can apply on database level, or for a single subsystem only. In the first case the subsystem column is NULL. |
|
|
|
Data |
NOT |
F |
|
|
|
int |
X |
|
Artificial primary key. |
|
|
varchar(30) |
|
X |
Which subsystem or NULL for DB level. |
||
|
varchar(30) |
X |
X |
The configuration option. |
||
|
|
smallint |
X |
|
Running number for subsystem/property. |
|
|
varchar(30) |
|
|
Name for Macro/Undef. |
||
|
|
nvarchar(4000) |
|
|
Setting for the option. |
|
|
|
Name |
Columns |
Options |
PK |
|
pk_ap_cos |
cosid |
nonclustered |
X |
|
ak_ap_cos |
subsystem, property, valueno |
clustered |
|
|
Artificial primary key. The actual key is (subsystem, property, valueno), but as subsystem may be NULL, this cannot be the primary key. |
|
Which subsystem the configuration option applies to. NULL if the option applies on database level. |
|
The configuration option we are defining a setting for. Here is the mapping between database names and the names used in the config-file and on the command line, with the database names first: |
|
Running number for this combination of subsystem/property. |
|
This column applies to the Macro and Undef configuration options, and is the name of the macro being defined/undefined. The column is mandatory for these two config-options, and not applicable for the other ones. |
|
Value for the config options. Here is how to fill in the value for the various options: |
|
Parent Table |
Foreign Key Columns |
|
property |
|
|
subsystem |
|
|
|