| Schema Version | 5.0.5 | |
| Filegroup | BART_DATA | |
| Partitioned | No | |
The SCHEDULABLE_JOB table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| JOB_ID | PK_SCHEDULABLE_JOB |
|
The ID of the job | |||
| CLASS_NAME |
|
The Java class of the job | ||||
| STATUS |
|
The status of the job | ||||
| RECURRENCE |
|
The next start date of the job | ||||
| POLLING_PERIOD |
|
The next start date of the job in seconds | ||||
| DESCRIPTION |
|
The description of the job |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The ID of the job |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_SCHEDULABLE_JOB |
| Definition | The Java class of the job |
| Type | NVARCHAR(2000), NOT NULL |
| Definition | The status of the job |
| Type | DECIMAL(1), NOT NULL |
| Definition | The next start date of the job |
| Type | NVARCHAR(2000), NULL |
| Definition | The next start date of the job in seconds |
| Type | DECIMAL(28), NULL |
| Definition | The description of the job |
| Type | NVARCHAR(2000), NULL |
See the primary key information:
| Column(s) | JOB_ID |
| Filegroup | BART_DATA |