UNV_OBJECT_DATA
Name | Null ? | Type | Values |
OBJECT_ID | NOT NULL | int10 | Foreign key to unv_objcontent. |
UNIVERSE_ID | NOT NULL | int10 | Foreign key to unv_objcontent. |
OBJ_DATATYPE | NOT NULL | char(2) | H=help text, S=select clause,W=where clause, F=object default format (4.1 only) |
OBJ_SLICE | NOT NULL | int6 | Counter if datavalue greater than 240 it will have multiple slices. Starts at 1. |
OBJ_DATAVALUE | NOT NULL | char(240) | Value of help text, select clause, where clause or object format (4.1 only) |
Object Default Format (4.1 only)
The format is described in a string stored in one or more rows in the OBJ_DATAVALUE column.
The following strings are used as separators.
Begin Separator | End Separator | |
Style | _STY | STY_ |
Simple Style | _SIMSTY | SIMSTY_ |
Border | _BOR | BOR_ |
Number Format | _NF | NF_ |
Report Color | _RPTCOL | RPTCOL_ |
Sub Field Separator | ~& |