Skip to main content

SQLFunctionCall

Defined in: packages/core/src/utils/parseSQL/types.ts:198

Extends

Indexable

[k: string]: any

Properties

name

name: string

Defined in: packages/core/src/utils/parseSQL/types.ts:200


params

params: SQLExpressionOperand[]

Defined in: packages/core/src/utils/parseSQL/types.ts:201


type

type: "FunctionCall"

Defined in: packages/core/src/utils/parseSQL/types.ts:199

Overrides

SQLWhereObjectAny.type


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.