ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling/obsched fired triggers
This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
Contents |
obsched_fired_triggers
- Name:obsched_fired_triggers
- Classname:OBSCHEDFiredTriggers
This table contains the following columns:
Name | Nullable | Data Type | Description
|
Entry_ID | No | VARCHAR (95) | |
Fired_Time | No | DECIMAL (13,0) | Timestamp when the trigger was fired. |
IS_Nonconcurrent | Yes | VARCHAR (1) | Defines if a process/job can be executed concurrently or not. |
Instance_Name | No | VARCHAR (200) | |
JOB_Group | Yes | VARCHAR (200) | Quartz job group identifier. |
JOB_Name | Yes | VARCHAR (200) | Quartz job name identifier. |
Obsched_Fired_Triggers_ID | No | VARCHAR (32) | |
Priority | No | DECIMAL (13,0) | The Priority indicates the importance of this request. |
Requests_Recovery | Yes | VARCHAR (1) | |
Sched_Name | No | VARCHAR (120) | Quartz scheduler name. In non-clustered environment it's "NON-CLUSTERED".
In a clustered environment it usually matches the machine.name of the cluster instance. |
Sched_Time | No | DECIMAL (13,0) | Timestamp when the trigger has been scheduled. |
State | No | VARCHAR (16) | |
Trigger_Group | No | VARCHAR (200) | Quartz trigger group identifier. |
Trigger_Name | No | VARCHAR (200) | Quartz trigger name identifier. |
Columns
Entry_ID
- Physical column name: Entry_ID
- Property Name: entry
- Reference: String
Fired_Time
- Physical column name: Fired_Time
- Property Name: firedTime
- Reference: Integer
IS_Nonconcurrent
- Physical column name: IS_Nonconcurrent
- Property Name: nonconcurrent
- Reference: String
Instance_Name
- Physical column name: Instance_Name
- Property Name: instanceName
- Reference: String
JOB_Group
- Physical column name: JOB_Group
- Property Name: jOBGroup
- Reference: String
JOB_Name
- Physical column name: JOB_Name
- Property Name: jOBName
- Reference: String
Obsched_Fired_Triggers_ID
- Physical column name: Obsched_Fired_Triggers_ID
- Property Name: id
- Reference: ID
Priority
- Physical column name: Priority
- Property Name: priority
- Reference: Integer
Requests_Recovery
- Physical column name: Requests_Recovery
- Property Name: requestsRecovery
- Reference: String
Sched_Name
- Physical column name: Sched_Name
- Property Name: schedName
- Reference: String
Sched_Time
- Physical column name: Sched_Time
- Property Name: schedTime
- Reference: Integer
State
- Physical column name: State
- Property Name: state
- Reference: String
Trigger_Group
- Physical column name: Trigger_Group
- Property Name: triggerGroup
- Reference: String
- This column is part of the table's identifier
Trigger_Name
- Physical column name: Trigger_Name
- Property Name: triggerName
- Reference: String
- This column is part of the table's identifier
Other Info
Indices
These are the indices for this table (for each index there is a list of all the columns included within it):
- OBSCHED_FT_INS_JOB_REQ_RCV_I Not Unique. Columns:
- SCHED_NAME
- INSTANCE_NAME
- REQUESTS_RECOVERY
- OBSCHED_FT_J_G_I Not Unique. Columns:
- SCHED_NAME
- JOB_NAME
- JOB_GROUP
- OBSCHED_FT_JG_I Not Unique. Columns:
- SCHED_NAME
- JOB_GROUP
- OBSCHED_FT_T_G_I Not Unique. Columns:
- SCHED_NAME
- TRIGGER_NAME
- TRIGGER_GROUP
- OBSCHED_FT_TG_I Not Unique. Columns:
- SCHED_NAME
- TRIGGER_GROUP
- OBSCHED_FT_TRIG_INST_NAME Not Unique. Columns:
- SCHED_NAME
- INSTANCE_NAME
![]() | Back to org.openbravo.model.scheduling |