Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OEO_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the job. |
OEO_Lnr | smallint | NUMBER(38,0) | smallint | smallint | false | Sequenced number of the external output file. |
OEO_FileFullPath | varchar (1024) | VARCHAR2 (1024 CHAR) | varchar(1024) | varchar (1024) | true | Full path of the external output file. |
OEO_UsersLogin | smallint | NUMBER(38,0) | smallint | smallint | true | Flag indicates that user login is required or not. |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OEO | OEO_OH_Idnr, OEO_Lnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OEO_OH | OEO_OH_Idnr | OH_Idnr |
Return to the Index File