RPT_RL_QUERY_CONTEXT Table

The RPT_RL_QUERY_CONTEXT table represents a context within which a report will run. The context defines the set of report logs that will be considered when generating the report. The full context is defined by this table, and by those that reference it.

RPT_RL_QUERY_CONTEXT Table

Database Column

Details

ID

Type: Decimal. The ID column is the synthetic primary key for the RPT_RL_QUERY_CONTEXT table.

START_DATE

Type: TimeStamp. Unique. The START_DATE column defines the beginning of the time span covered by the context. If the context does not cover a time span, this value will be null.

END_DATE

Type: TimeStamp. Unique. The END_DATE column defines the end of the timespan covered by the context. If the time span does not cover a context, then this value will be null.

TIMEZONE

Type: text (max length 255). Unique. Deprecated