ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling/obsched cron 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_cron_triggers
- Name:obsched_cron_triggers
- Classname:OBSCHEDCronTriggers
This table contains the following columns:
Name | Nullable | Data Type | Description
|
Cron_Expression | No | VARCHAR (120) | Cron expression defining when and how often a trigger should be triggered. |
Obsched_Cron_Triggers_ID | No | VARCHAR (32) | |
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. |
Time_Zone_ID | Yes | VARCHAR (80) | Time zone identifier |
Trigger_Group | No | VARCHAR (200) | Quartz trigger group identifier. |
Trigger_Name | No | VARCHAR (200) | Quartz trigger name identifier. |
Columns
Cron_Expression
- Physical column name: Cron_Expression
- Property Name: cronExpression
- Reference: String
Obsched_Cron_Triggers_ID
- Physical column name: Obsched_Cron_Triggers_ID
- Property Name: id
- Reference: ID
Sched_Name
- Physical column name: Sched_Name
- Property Name: schedName
- Reference: String
Time_Zone_ID
- Physical column name: Time_Zone_ID
- Property Name: timeZone
- 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
![]() | Back to org.openbravo.model.scheduling |