View source | Discuss this page | Page history | Printable version   

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.
Back button.png   Back to ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling


Contents

obsched_job_details

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



top


IS_Durable



top


IS_Nonconcurrent



top


IS_Update_Data



top


JOB_Class_Name



top


JOB_Data



top


JOB_Group


top


JOB_Name


top


Obsched_Job_Details_ID



top


Requests_Recovery



top


Sched_Name



top


Other Info

Indices

These are the indices for this table (for each index there is a list of all the columns included within it):

top


Back button.png   Back to org.openbravo.model.scheduling

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.model.scheduling/obsched_job_details"

This page has been accessed 444 times. This page was last modified on 14 September 2020, at 01:58. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.