| Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
|---|---|---|---|---|---|---|
| OPUDA_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the object. |
| OPUDA_OPU_Lnr | smallint | NUMBER(38,0) | smallint | smallint | false | Line number of the prompt set within the object. |
| OPUDA_OPUD_VName | varchar (32) | VARCHAR2 (32 CHAR) | varchar(32) | varchar (32) | false | Variable name of the array element. |
| OPUDA_Lnr | int | NUMBER(38,0) | int | int | false | Sequenced number of the array element. |
| OPUDA_Value | varchar(max) | CLOB | clob(20480 k) INLINE LENGTH 1024 COMPACT | text | true | Default value of the array element. |
| Name | Fields | Primary | Unique | Clustered | Nonclustered |
|---|---|---|---|---|---|
| PK_OPUDA | OPUDA_OH_Idnr, OPUDA_OPU_Lnr, OPUDA_OPUD_VName, OPUDA_Lnr | true | true | true | false |
| Name | Local References | Foreign References |
|---|---|---|
| FK_OPUDA_OPUD | OPUDA_OH_Idnr, OPUDA_OPU_Lnr, OPUDA_OPUD_VName | OPUD_OH_Idnr, OPUD_OPU_Lnr, OPUD_VName |
Return to the Index File