Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OHA_OH_Idnr | int | NUMBER(38,0) | int | int | false | Reference to OH |
OHA_Lnr | int | NUMBER(38,0) | int | int | false | Line number |
OHA_Flag | int | NUMBER(38,0) | int | int | true | Content Flag |
OHA_ContentLen | int | NUMBER(38,0) | int | int | true | Length of content |
OHA_Content | varbinary(1024) | RAW(1024) | varchar(1024) for bit data | bytea | true | Content of keys |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OHA | OHA_OH_Idnr, OHA_Lnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OHA_OH | OHA_OH_Idnr | OH_Idnr |
Return to the Index File