app_prog_exception_data

0 rows


Description

Stores details of any data specific to the exceptions raised for a program

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_prog_exception_data_id_seq'::regclass)
exceptionid int8 19 0
app_prog_exception.id Defined in XMLR
dataname varchar 50 ''::character varying
datavalue text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
app_progexcedata_id_pk Primary key Asc id
app_progexcedata_exc2_ix Performance Asc exceptionid
app_progexcedata_exc_ix Performance Asc exceptionid

Relationships