import { QueryExpression } from "https://dotland.deno.dev/x/justaos_orm@v7.1.0/src/query/QueryExpression.ts";
Properties
optional
condition: SimpleConditionexpressions: QueryExpression[]
Methods
andWhere(): QueryExpression
column: string | number | boolean,
operator: any,
value?: any,
orWhere(): QueryExpression
column: string | number | boolean,
operator: any,
value?: any,