Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ParsedSQL
import { type ParsedSQL } from "https://deno.land/x/react_querybuilder@v5.0.0-alpha.1/packages/react-querybuilder/src/utils/parseSQL/types.ts";

Properties

nodeType: "Main"
value: { type: "Select"; distinctOpt: string | null; highPriorityOpt: any; maxStateMentTimeOpt: any; straightJoinOpt: any; sqlSmallResultOpt: any; sqlBigResultOpt: any; sqlBufferResultOpt: any; sqlCacheOpt: any; sqlCalcFoundRowsOpt: any; selectItems: SQLWhereObjectAny; from: SQLWhereObjectAny; partition: any; where: SQLExpression; groupBy: SQLWhereObjectAny | null; having: SQLWhereObjectAny | null; orderBy: SQLWhereObjectAny | null; limit: SQLWhereObjectAny | null; procedure: SQLWhereObjectAny | null; updateLockMode: any; }
hasSemicolon: boolean