ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling/obsched simple 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_simple_triggers
- Name:obsched_simple_triggers
- Classname:OBSCHEDSimpleTriggers
This table contains the following columns:
Name | Nullable | Data Type | Description
|
Obsched_Simple_Triggers_ID | No | VARCHAR (32) | |
Repeat_Count | No | DECIMAL (13,0) | Number of times a trigger is to be repeated. |
Repeat_Interval | No | DECIMAL (13,0) | Time interval to wait between executions of the trigger. |
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. |
Times_Triggered | No | DECIMAL (13,0) | Number of times a trigger has been triggered. |
Trigger_Group | No | VARCHAR (200) | Quartz trigger group identifier. |
Trigger_Name | No | VARCHAR (200) | Quartz trigger name identifier. |
Columns
Obsched_Simple_Triggers_ID
- Physical column name: Obsched_Simple_Triggers_ID
- Property Name: id
- Reference: ID
Repeat_Count
- Physical column name: Repeat_Count
- Property Name: repeatCount
- Reference: Integer
Repeat_Interval
- Physical column name: Repeat_Interval
- Property Name: repeatInterval
- Reference: Integer
Sched_Name
- Physical column name: Sched_Name
- Property Name: schedName
- Reference: String
Times_Triggered
- Physical column name: Times_Triggered
- Property Name: timesTriggered
- Reference: Integer
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
![]() | Back to org.openbravo.model.scheduling |