JOBSUMMARY

 

Column Descriptions:

NameTypeDescription
JOBSUMMARY_IDBIGINT NOT NULLGenerated unique key.
JOBSTATUS_IDBIGINT NOT NULLForeign key to the JOBSTATUS table.
SEQUENCESMALLINT NOT NULL DEFAULT 1Sequence number for this job summary. Each JOBSTATUS can have multiple summaries.
SUMMARYCLOB (10000000)Sequence-based summary. Each JOBSTATUS can have multiple summaries.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_JOBSUMMARYJOBSUMMARY_IDPrimary Key
I_JOBSUMMARY_U1JOBSTATUS_ID+SEQUENCEUnique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_JOBSUMMARY_1JOBSTATUS_IDJOBSTATUSJOBSTATUS_IDCascade