ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling/obsched locks
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_locks
- Name:obsched_locks
- Classname:OBSCHEDLocks
This table contains the following columns:
Name | Nullable | Data Type | Description
|
Lock_Name | No | VARCHAR (40) | |
Obsched_Locks_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. |
Columns
Lock_Name
- Physical column name: Lock_Name
- Property Name: lockName
- Reference: String
- This column is part of the table's identifier
Obsched_Locks_ID
- Physical column name: Obsched_Locks_ID
- Property Name: id
- Reference: ID
Sched_Name
- Physical column name: Sched_Name
- Property Name: schedName
- Reference: String
Other Info
![]() | Back to org.openbravo.model.scheduling |