CSO_QUERY

This table contains the stored queries that have been configured in the IM management console for a channel.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_QUERY_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
CONTENT_CHANNEL_ID VARCHAR2 32 Yes This is the Reference to content channel record.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the date that the record was modified.
MATCH_TYPE_ID VARCHAR2 32 This is the GUID reference to LOOKUP_CODE table that indicates the type of query matching (AND, OR)
QUERY_TYPE_ID VARCHAR2 32 Yes This is the GUID reference to LOOKUP_CODE table indicating the type of query. Either document based query, category based or general query.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
SITE_ID VARCHAR2 32 Yes This is the GUID reference to the repository that owns the query.
XML CLOB Yes XML formatted data containing the conditions of the query.
REFERENCE_KEY VARCHAR2 100 Yes Locale independent name for the record. Translated localized versions of the reference key are stored in property files and in table with names ending in RESOURCe.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_QUERY cso_channel CONTENT_CHANNEL_ID
CSO_QUERY cso_lookup_code MATCH_TYPE_ID
CSO_QUERY cso_site SITE_ID
CSO_QUERY cso_lookup_code QUERY_TYPE_ID
cso_query_res cso_query QUERY_ID
cso_content cso_query QUERY_ID

Indexes

Index Uniqueness Columns
CSO_QUERY_U1 Unique RECORD_ID
CSO_QUERY_N1 Non Unique CONTENT_CHANNEL_ID
CSO_QUERY_N2 Non Unique MATCH_TYPE_ID
CSO_QUERY_N3 Non Unique QUERY_TYPE_ID
CSO_QUERY_N4 Non Unique SITE_ID, CONTENT_CHANNEL_ID