Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OX_OH_Idnr | int | NUMBER(38,0) | int | int | false | Reference to OH |
OX_ContentLen | int | NUMBER(38,0) | int | int | true | Length of OX_Content |
OX_Content | varbinary(max) | BLOB | blob(20480 k) INLINE LENGTH 30000 COMPACT | bytea | true | Content |
OX_IsUtf8 | smallint | NUMBER(38,0) | smallint | smallint | true | Indicates if OX_Content is stored in UTF-8 (1) or legacy encoding (0) |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OX | OX_OH_Idnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OX_OH | OX_OH_Idnr | OH_Idnr |
Return to the Index File