Skip to main content
Module

x/typeorm/src/query-builder/Brackets.ts>Brackets

Forked from https://github.com/typeorm/typeorm
Latest
class Brackets
import { Brackets } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/query-builder/Brackets.ts";

Syntax sugar. Allows to use brackets in WHERE expressions for better syntax.

Constructors

new
Brackets(whereFactory: (qb: WhereExpression) => any)

Given WHERE query builder that will build a WHERE expression that will be taken into brackets.

Properties

whereFactory: (qb: WhereExpression) => any

WHERE expression that will be taken into brackets.