CSO_QRTZ_SIMPROP_TRIGGERS
This table is only used by the Quartz Scheduler.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_QRTZ_SIMPROP_TRIGGERS_PK |
SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| SCHED_NAME | VARCHAR2 | 120 | Yes | Added a new column in quartz-2.2.x version. |
| TRIGGER_NAME | VARCHAR2 | 200 | Yes | This is the Trigger name for this record. |
| TRIGGER_GROUP | VARCHAR2 | 200 | Yes | This is the Name that associates jobs. The reference key of the repository that the job belongs to |
| STR_PROP_1 | VARCHAR2 | 512 | This is the comment for the column STR_PROP_1. | |
| STR_PROP_2 | VARCHAR2 | 512 | This is the comment for the column STR_PROP_2. | |
| STR_PROP_3 | VARCHAR2 | 512 | This is the comment for the column STR_PROP_3. | |
| INT_PROP_1 | NUMBER | This is the comment for the column INT_PROP_1. | ||
| INT_PROP_2 | NUMBER | This is the comment for the column INT_PROP_2. | ||
| LONG_PROP_1 | NUMBER | This is the comment for the column LONG_PROP_1. | ||
| LONG_PROP_2 | NUMBER | This is the comment for the column LONG_PROP_2. | ||
| DEC_PROP_1 | NUMBER | This is the comment for the column LONG_PROP_2. | ||
| DEC_PROP_2 | NUMBER | This is the comment for the column DEC_PROP_2. | ||
| BOOL_PROP_1 | VARCHAR2 | 1 | This is the comment for the column BOOL_PROP_1. | |
| BOOL_PROP_2 | VARCHAR2 | 1 | This is the comment for the column BOOL_PROP_2. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_QRTZ_SIMPROP_TRIGGERS | cso_qrtz_triggers | SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_QRTZ_SIMPROP_TRIGGERS_U1 | Unique | SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP |