Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
JOBQE_HostAttrType | varchar (8) | VARCHAR2 (8 CHAR) | varchar(8) | varchar (8) | false | attribute type of the host |
JOBQE_QTypeMsgNr | int | NUMBER(38,0) | int | int | false | MessageNr Queue Type |
JOBQE_FilterMsgNr | int | NUMBER(38,0) | int | int | false | MessageNr Filtername |
JOBQE_EnumMsgNr | int | NUMBER(38,0) | int | int | false | message number to display |
JOBQE_EnumText | varchar (32) | VARCHAR2 (32 CHAR) | varchar(32) | varchar (32) | true | textual value |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_JOBQE | JOBQE_HostAttrType, JOBQE_QTypeMsgNr, JOBQE_FilterMsgNr, JOBQE_EnumMsgNr | true | true | true | false |
Name | Local References | Foreign References |
---|
Return to the Index File