Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OTA_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the cockpit object. |
OTA_FrmWidth | int | NUMBER(38,0) | int | int | true | Width of the form. |
OTA_FrmHeight | int | NUMBER(38,0) | int | int | true | Height of the form. |
OTA_ResName | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | true | Reference to a resource object (picture). |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OTA | OTA_OH_Idnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OTA_OH | OTA_OH_Idnr | OH_Idnr |
Return to the Index File