ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling/obsched blob 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_blob_triggers
- Name:obsched_blob_triggers
- Classname:OBSCHEDBlobTriggers
This table contains the following columns:
Name | Nullable | Data Type | Description
|
Blob_Data | Yes | BLOB | Serialized blob data for background job/process execution. |
Obsched_Blob_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. |
Trigger_Group | No | VARCHAR (200) | Quartz trigger group identifier. |
Trigger_Name | No | VARCHAR (200) | Quartz trigger name identifier. |
Columns
Blob_Data
- Physical column name: Blob_Data
- Property Name: blobData
- Reference: Binary
Obsched_Blob_Triggers_ID
- Physical column name: Obsched_Blob_Triggers_ID
- Property Name: id
- Reference: ID
Sched_Name
- Physical column name: Sched_Name
- Property Name: schedName
- 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 |