Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OPDC_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the period object. |
OPDC_Lnr | smallint | NUMBER(38,0) | smallint | smallint | false | Sequenced number for calendar definitions within the period object. |
OPDC_CaleName | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | true | Name of the calendar. |
OPDC_CaleKeyName | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | true | Name of the calendar event. |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OPDC | OPDC_OH_Idnr, OPDC_Lnr | true | true | false | false |
Name | Local References | Foreign References |
---|---|---|
FK_OPDC_OPD | OPDC_OH_Idnr | OPD_OH_Idnr |
Return to the Index File