RPT_QC_HOSTS Table
The RPT_QC_HOSTS table contains information about which hosts will be included in a report's query context.
Database Column |
Details |
HOST_ID |
Type: Integer. The HOST_ID column is a foreign key to the RPT_RL_QUERY_CONTEXT table. |
POSITION |
Type: Integer. Along with the HOST_ID, forms a primary key for this table |
HOST_NAME |
Type: text. The name of the host to include in the query context. If all hosts are to be included, a value of "ALL" will be used. |