isSQLExpressionOperand()
isSQLExpressionOperand(
v?:SQLWhereObjectAny):boolean
Defined in: packages/core/src/utils/parseSQL/utils.ts:47
An operand that is neither a bare identifier nor a (signed) literal nor a placeholder.
Parameters
| Parameter | Type |
|---|---|
v? | SQLWhereObjectAny |
Returns
boolean
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.