- Preparing search index...
- The search index is not available
@sequeljs/ast
Hierarchy
- default
- default
- default
- default
- default
- default
- default
Methods
count
- count(distinct?): Count
-
Parameters
-
distinct: boolean = false
doesNotMatch
- doesNotMatch(other, escape?, caseSensitive?): DoesNotMatch
-
Parameters
-
other: any
-
escape: any = null
-
caseSensitive: boolean = false
doesNotMatchAll
- doesNotMatchAll(others, escape?, caseSensitive?): Grouping
-
Parameters
-
others: any
-
escape: any = null
-
caseSensitive: boolean = false
doesNotMatchAny
- doesNotMatchAny(others, escape?, caseSensitive?): Grouping
-
Parameters
-
others: any
-
escape: any = null
-
caseSensitive: boolean = false
doesNotMatchRegexp
- doesNotMatchRegexp(other, caseSensitive?): NotRegexp
-
Parameters
-
other: any
-
caseSensitive: boolean = true
Protected
groupingAll
- groupingAll(method, others, ...extras): Grouping
-
Parameters
-
method: ((expr, ...extras) => any)
-
- (expr, ...extras): any
-
Parameters
-
expr: any
-
Rest
...extras: any[]
Returns any
-
others: any[]
-
Rest
...extras: any[]
Protected
groupingAny
- groupingAny(method, others, ...extras): Grouping
-
Parameters
-
method: ((expr, ...extras) => any)
-
- (expr, ...extras): any
-
Parameters
-
expr: any
-
Rest
...extras: any[]
Returns any
-
others: any[]
-
Rest
...extras: any[]
inVal
- inVal(other): In
-
Returns In
isAbleToTypeCast
- isAbleToTypeCast(): boolean
-
Returns boolean
Protected
isInfinity
- isInfinity(value): boolean
-
Returns boolean
Protected
isOpenEnded
- isOpenEnded(value): boolean
-
Returns boolean
Protected
isUnboundable
- isUnboundable(value): boolean
-
Returns boolean
matches
- matches(other, escape?, caseSensitive?): Matches
-
Parameters
-
other: any
-
escape: any = null
-
caseSensitive: boolean = false
matchesAll
- matchesAll(others, escape?, caseSensitive?): Grouping
-
Parameters
-
others: any[]
-
escape: any = null
-
caseSensitive: boolean = false
matchesAny
- matchesAny(others, escape?, caseSensitive?): Grouping
-
Parameters
-
others: any[]
-
escape: any = null
-
caseSensitive: boolean = false
matchesRegexp
- matchesRegexp(other, caseSensitive?): Regexp
-
Parameters
-
other: any
-
caseSensitive: boolean = true
quotedArray
- quotedArray(others): any[]
-
Returns any[]
quotedNode
- quotedNode(other): any
-
Returns any
typeCastForDatabase
- typeCastForDatabase(value): string | number
-
Returns string | number