Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OFA_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the object filter. |
OFA_Operator | char (1) | CHAR (1 CHAR) | char(1) | char (1) | true | Indicates whether all filter conditions need to match or just at least one. A = and, O = or |
OFA_FilterType | varchar (8) | VARCHAR2 (8 CHAR) | varchar(8) | varchar (8) | true | Type of the filter. |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OFA | OFA_OH_Idnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OFA_OH | OFA_OH_Idnr | OH_Idnr |
Return to the Index File