Table Name: | cdo_context |
Table Number: | 9771 |
Group: | Process Manager |
Description: | Defines a single CDO inside a CdoManager context ($Cdo) for expressions and paths |
Flags: | |
Baseline/Custom: | Baseline |
Field Name | Common Type | Database Type | Generic Field ID | Array Size | Default | Flags | Comment | Field Used in Views |
---|---|---|---|---|---|---|---|---|
call_type | LONG | int | DIRECT | 0 = CDO is local to this context, 1 = CDO must be passed to this context, and updates are returned to caller , 2 = CDO must be passed to this context, but updates are not returned to caller | ||||
cdo_type | LONG | int | DIRECT | 0 = Cdo ,1 = CdoCol, 2 = CdoVariable | ||||
db_type | LONG | int | DIRECT | Database schema type_id for cod_type = Cdo | ||||
default_value | CHAR | varchar | 128 | The default value of a primitive CDO | ||||
description | CHAR | varchar | 255 | A description of the purpose of the CDO | ||||
dev | LONG | int | 151 | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | ||
name | CHAR | varchar | 64 | The name of the CDO | Search (2) | |||
objid | LONG | int | 3 | DIRECT | Internal record number | Search (2) | ||
primitive | LONG | int | DIRECT | For cdo_type = CdoVariable: 0 = CDO contains a set of string fields, 1 = CDO is numeric primtive, 2 = CDO is string primitive, 3 = CDO is date primitive |
Relation | Type | Target Object | Inverse Relation | Comment | Flags | MTM Table | Used in Views |
---|---|---|---|---|---|---|---|
from_context2cdo_context_map | OTM | cdo_context_map | map_from2cdo_context | Mappings from this name | |||
to_context2cdo_context_map | OTM | cdo_context_map | map_to2cdo_context | Mappings to this name | |||
cdo_context2func_group | MTO | func_group | func_group2cdo_context | Foreground group that has this CDO in its context | |||
show_context2showpage | MTO | showpage | show2cdo_context | Showpage show operation that has this CDO in its context | |||
proceed_context2showpage | MTO | showpage | proceed2cdo_context | Showpage proceed operation that has this CDO in its context | |||
fill_context2showpage | MTO | showpage | fill2cdo_context | Showpage fill operation that has this CDO context |
Index Name | Fields | Flags |
---|
Index Name | Fields | Additional Information |
---|---|---|
n9771_1 | name, cdo_context2func_group | nonclustered located on PRIMARY |
n9771_2 | name, show_context2showpage | nonclustered located on PRIMARY |
n9771_3 | name, proceed_context2showpage | nonclustered located on PRIMARY |
objindex | objid | clustered, unique located on PRIMARY |
View ID | View Name | Tables |
---|---|---|
9899 | cdo_map_view | cdo_context, cdo_context_map, function |
9900 | procdef_cdomap_view | cdo_context, cdo_context_map, function |
cdo_context | |||