KNTA_RESULT_COLUMNS
This table stores the columns a user has selected to be displayed in the results of either a search or a portlet.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KRML_PARAMETER_SET_FLDS_COPY |
PARAMETER_SET_FIELD_ID |
PARAMETER_SET_FIELD_ID |
KNTA_PARAM_SET_FIELDS_NLS |
PARAMETER_SET_FIELD_ID |
PARAMETER_SET_FIELD_ID |
KCRT_REQUEST_SEARCH_COLUMNS |
REQUEST_SEARCH_COLUMN_ID |
PARENT_ID |
KNTA_PORTLETS |
PORTLET_ID |
PARENT_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
RESULT_COLUMN_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
PARAMETER_SET_FIELD_ID |
NULLABLE |
NUMBER |
Identifier for the parameter set field associated with this column |
TOKEN |
NOT NULL |
VARCHAR2(1000) |
Search token name |
PROMPT |
NULLABLE |
VARCHAR2(1000) |
Displayed name of the column |
SEQ |
NOT NULL |
NUMBER |
Sequence number, used to order the columns |
PARENT_TYPE_CODE |
NOT NULL |
VARCHAR2(40) |
Indicates the parent of the column (that is kcrt_request_search_columns or knta_portlets) |
PARENT_ID |
NOT NULL |
NUMBER |
Identifier for the parent (that is, kcrt_request_search_column_id or portlet_id) |
PIXEL_WIDTH |
NULLABLE |
NUMBER |
Width of the column in pixels |
SORT_DATA_TYPE |
NOT NULL |
VARCHAR2(30) |
Indicates how data should be typed during sort operations |
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
SOURCE |
NULLABLE |
VARCHAR2(100) |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update. |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_RESULT_COLUMNS_N1 |
NONUNIQUE |
1 |
PARENT_ID |
KNTA_RESULT_COLUMNS_N1 |
NONUNIQUE |
2 |
PARENT_TYPE_CODE |
KNTA_RESULT_COLUMNS_U1 |
UNIQUE |
1 |
RESULT_COLUMN_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_RESULT_COLUMNS_S |
RESULT_COLUMN_ID |