Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OKA_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the calendar object. |
OKA_Grid | smallint | NUMBER(38,0) | smallint | smallint | true | Grid in minutes. |
OKA_ValidFrom | datetime | DATE | timestamp | timestamp | true | Calendar is valid from xyz. |
OKA_ValidTo | datetime | DATE | timestamp | timestamp | true | Calendar ist valid until xyz. |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OKA | OKA_OH_Idnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OKA_OH | OKA_OH_Idnr | OH_Idnr |
Return to the Index File