Polyglot SQL API Documentation - v0.9.2
GitHub
npm
Preparing search index...
Expr
Class Expr
Index
Methods
add
alias
and
as
asc
between
cast
desc
div
eq
free
gt
gte
ilike
in
List
is
is
Not
Null
is
Null
like
lt
lte
mod
mul
neg
neq
not
not
In
or
rlike
sub
to
JSON
to
Sql
xor
Methods
add
add
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
alias
alias
(
name
:
string
)
:
Expr
Parameters
name
:
string
Returns
Expr
and
and
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
as
as
(
name
:
string
)
:
Expr
Parameters
name
:
string
Returns
Expr
asc
asc
()
:
Expr
Returns
Expr
between
between
(
low
:
ExprInput
,
high
:
ExprInput
)
:
Expr
Parameters
low
:
ExprInput
high
:
ExprInput
Returns
Expr
cast
cast
(
to
:
string
)
:
Expr
Parameters
to
:
string
Returns
Expr
desc
desc
()
:
Expr
Returns
Expr
div
div
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
eq
eq
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
free
free
()
:
void
Returns
void
gt
gt
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
gte
gte
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
ilike
ilike
(
pattern
:
ExprInput
)
:
Expr
Parameters
pattern
:
ExprInput
Returns
Expr
in
List
inList
(
...
values
:
ExprInput
[]
)
:
Expr
Parameters
...
values
:
ExprInput
[]
Returns
Expr
is
is
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
is
Not
Null
isNotNull
()
:
Expr
Returns
Expr
is
Null
isNull
()
:
Expr
Returns
Expr
like
like
(
pattern
:
ExprInput
)
:
Expr
Parameters
pattern
:
ExprInput
Returns
Expr
lt
lt
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
lte
lte
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
mod
mod
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
mul
mul
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
neg
neg
()
:
Expr
Returns
Expr
neq
neq
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
not
not
()
:
Expr
Returns
Expr
not
In
notIn
(
...
values
:
ExprInput
[]
)
:
Expr
Parameters
...
values
:
ExprInput
[]
Returns
Expr
or
or
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
rlike
rlike
(
pattern
:
ExprInput
)
:
Expr
Parameters
pattern
:
ExprInput
Returns
Expr
sub
sub
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
to
JSON
toJSON
()
:
unknown
Returns
unknown
to
Sql
toSql
(
dialect
?:
string
)
:
string
Parameters
dialect
:
string
= 'generic'
Returns
string
xor
xor
(
other
:
ExprInput
)
:
Expr
Parameters
other
:
ExprInput
Returns
Expr
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
alias
and
as
asc
between
cast
desc
div
eq
free
gt
gte
ilike
in
List
is
is
Not
Null
is
Null
like
lt
lte
mod
mul
neg
neq
not
not
In
or
rlike
sub
to
JSON
to
Sql
xor
GitHub
npm
Polyglot SQL API Documentation - v0.9.2
Loading...