QueryData interface

Query JSON representation object.

Index

Properties

Properties


cols

The columns.

● cols?: QueryColumnData[]


dds

Drill down queries

● dds?: Array<QueryData>


desc

The description

● desc?: string


extraData

Conatins user-defined extra data for current query.

● extraData?: any


id

The id.

● id: string


innerData

● innerData?: any


justsortcols

The just sorted columns.

● justsortcols: QueryColumnData[]


locale

● locale?: string


name

The name

● name: string


root

The root.

● root: ConditionData


timezoneOffset

Gets the current time zone

● timezoneOffset?: number