- Preparing search index...
- The search index is not available
@sequeljs/ast
Class TreeManager<M, S>Abstract
Properties
Protected
ctx
ctx: any = null
Methods
createAnd
- createAnd(clauses): And
-
Returns And
createJoin
- createJoin(to): InnerJoin
-
- createJoin(to, constraint): InnerJoin
-
- createJoin(to, constraint, Klass): FullOuterJoin
-
- createJoin(to, constraint, Klass): InnerJoin
-
- createJoin(to, constraint, Klass): OuterJoin
-
- createJoin(to, constraint, Klass): RightOuterJoin
-
- createJoin(to, constraint, Klass): StringJoin
-
createOn
- createOn(expr): On
-
Returns On
toSQL
- toSQL(engine?): null | string
-
Parameters
-
engine: undefined | null | Engine = undefined
Returns null | string
where
- where(this, expr): M
-
Returns M