QueryData interface

Query JSON representation object.

Index

Properties

Properties


cols

The columns.

● cols?: ColumnData[]


desc

The description

● desc?: string


extraData

Conatins user-defined extra data for current query.

● extraData?: any


id

The id.

● id: string


justsortcols

The just sorted columns.

● justsortcols: string[]


name

The name

● name: string


root

The root.

● root: ConditionData


timezoneOffset

Gets the current time zone

● timezoneOffset?: number