SCHEDULABLE_JOB
Definition
The SCHEDULABLE_JOB table contains general information related to jobs
Technical Data
| Schema Version |
4.5.2 |
| Filegroup |
BART_DATA |
| Partitioned |
No |
Summary
The SCHEDULABLE_JOB table is defined by the
following columns.
See the column details for more information.
Column Details
JOB_ID
CLASS_NAME
| Definition |
The Java class of the job |
| Type |
NVARCHAR(2000), NOT NULL |
STATUS
| Definition |
The status of the job |
| Type |
DECIMAL(1), NOT NULL |
RECURRENCE
| Definition |
The next start date of the job |
| Type |
NVARCHAR(2000), NULL |
POLLING_PERIOD
| Definition |
The next start date of the job in seconds |
| Type |
DECIMAL(28), NULL |
DESCRIPTION
| Definition |
The description of the job |
| Type |
NVARCHAR(2000), NULL |
Primary Key Details
PK_SCHEDULABLE_JOB