Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OKD_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the calendar object. |
OKD_OKB_Lnr | smallint | NUMBER(38,0) | smallint | smallint | false | Sequenced number for the calendar events. |
OKD_Year | smallint | NUMBER(38,0) | smallint | smallint | false | Year |
OKD_Content | varchar(372) | VARCHAR2 (372 CHAR) | varchar(372) | varchar(372) | true | One Byte per day and year. Fixed column width per month (31 digits x 12). Trailing blanks are truncated. 0 or |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OKD | OKD_OH_Idnr, OKD_OKB_Lnr, OKD_Year | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OKD_OKB | OKD_OH_Idnr, OKD_OKB_Lnr | OKB_OH_Idnr, OKB_Lnr |
Return to the Index File