ParsedSQL
Defined in: packages/core/src/utils/parseSQL/types.ts:268
Properties
hasSemicolon
hasSemicolon:
boolean
Defined in: packages/core/src/utils/parseSQL/types.ts:292
nodeType
nodeType:
"Main"
Defined in: packages/core/src/utils/parseSQL/types.ts:269
value
value: {
distinctOpt:string|null;from:SQLWhereObjectAny;groupBy:SQLWhereObjectAny|null;having:SQLWhereObjectAny|null;highPriorityOpt:unknown;limit:SQLWhereObjectAny|null;maxStateMentTimeOpt:unknown;orderBy:SQLWhereObjectAny|null;partition:unknown;procedure:SQLWhereObjectAny|null;selectItems:SQLWhereObjectAny;sqlBigResultOpt:unknown;sqlBufferResultOpt:unknown;sqlCacheOpt:unknown;sqlCalcFoundRowsOpt:unknown;sqlSmallResultOpt:unknown;straightJoinOpt:unknown;type:"Select";updateLockMode:unknown;where:SQLExpression; }
Defined in: packages/core/src/utils/parseSQL/types.ts:270
distinctOpt
distinctOpt:
string|null
from
from:
SQLWhereObjectAny
groupBy
groupBy:
SQLWhereObjectAny|null
having
having:
SQLWhereObjectAny|null
highPriorityOpt
highPriorityOpt:
unknown
limit
limit:
SQLWhereObjectAny|null
maxStateMentTimeOpt
maxStateMentTimeOpt:
unknown
orderBy
orderBy:
SQLWhereObjectAny|null
partition
partition:
unknown
procedure
procedure:
SQLWhereObjectAny|null
selectItems
selectItems:
SQLWhereObjectAny
sqlBigResultOpt
sqlBigResultOpt:
unknown
sqlBufferResultOpt
sqlBufferResultOpt:
unknown
sqlCacheOpt
sqlCacheOpt:
unknown
sqlCalcFoundRowsOpt
sqlCalcFoundRowsOpt:
unknown
sqlSmallResultOpt
sqlSmallResultOpt:
unknown
straightJoinOpt
straightJoinOpt:
unknown
type
type:
"Select"
updateLockMode
updateLockMode:
unknown
where
where:
SQLExpression
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.