ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling/obsched job details
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_job_details
- Name:obsched_job_details
- Classname:OBSCHEDJobDetails
This table contains the following columns:
Name | Nullable | Data Type | Description
|
Description | Yes | VARCHAR (250) | A description is limited to 255 characters. |
IS_Durable | No | VARCHAR (1) | |
IS_Nonconcurrent | No | VARCHAR (1) | Defines if a process/job can be executed concurrently or not. |
IS_Update_Data | No | VARCHAR (1) | |
JOB_Class_Name | No | VARCHAR (250) | |
JOB_Data | Yes | BLOB | Serialized job data for process execution. |
JOB_Group | No | VARCHAR (200) | Quartz job group identifier. |
JOB_Name | No | VARCHAR (200) | Quartz job name identifier. |
Obsched_Job_Details_ID | No | VARCHAR (32) | |
Requests_Recovery | No | 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. |
Columns
Description
- Physical column name: Description
- Property Name: description
- Reference: String
IS_Durable
- Physical column name: IS_Durable
- Property Name: durable
- Reference: String
IS_Nonconcurrent
- Physical column name: IS_Nonconcurrent
- Property Name: nonconcurrent
- Reference: String
IS_Update_Data
- Physical column name: IS_Update_Data
- Property Name: updateData
- Reference: String
JOB_Class_Name
- Physical column name: JOB_Class_Name
- Property Name: jOBClassName
- Reference: String
JOB_Data
- Physical column name: JOB_Data
- Property Name: jOBData
- Reference: Binary
JOB_Group
- Physical column name: JOB_Group
- Property Name: jOBGroup
- Reference: String
- This column is part of the table's identifier
JOB_Name
- Physical column name: JOB_Name
- Property Name: jOBName
- Reference: String
- This column is part of the table's identifier
Obsched_Job_Details_ID
- Physical column name: Obsched_Job_Details_ID
- Property Name: id
- Reference: ID
Requests_Recovery
- Physical column name: Requests_Recovery
- Property Name: requestsRecovery
- Reference: String
Sched_Name
- Physical column name: Sched_Name
- Property Name: schedName
- Reference: String
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_J_GRP Not Unique. Columns:
- SCHED_NAME
- JOB_GROUP
- OBSCHED_J_REQ_RECOVERY Not Unique. Columns:
- SCHED_NAME
- REQUESTS_RECOVERY
![]() | Back to org.openbravo.model.scheduling |