Name Type MSSql Type Oracle Type DB2 Nullable Description
HACL_OH_Idnr int NUMBER(38,0) int false Key of host
HACL_Client smallint NUMBER(38,0) smallint false client for which this authorizations are for
HACL_Read smallint NUMBER(38,0) smallint true authorization to read?
HACL_Write smallint NUMBER(38,0) smallint true authorization to write?
HACL_Execute smallint NUMBER(38,0) smallint true authorization to execute?

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_HACL HACL_OH_Idnr, HACL_Client true true true false

Foreign Keys:

Name Local References Foreign References
FK_HACL_OH HACL_OH_Idnr OH_Idnr

Return to the Index File