Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OHC_OH_Idnr | int | NUMBER(38,0) | int | int | false | FK to HOST Object |
OHC_Key | varbinary(max) | BLOB | varchar(10000) for bit data | bytea | true | Public Key Encoded. |
OHC_CERT | varchar (1024) | VARCHAR2 (1024 CHAR) | varchar(1024) | varchar (1024) | true | Certificate Identifier the key was last signed with |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OHC | OHC_OH_Idnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OHC_OH | OHC_OH_Idnr | OH_Idnr |
Return to the Index File