Polyglot SQL API Documentation - v0.9.2
GitHub
npm
Preparing search index...
SetOpBuilder
Class SetOpBuilder
Hierarchy
StatefulBuilder
SetOpBuilder
Index
Constructors
constructor
Methods
build
free
limit
offset
order
By
to
Sql
Constructors
constructor
new
SetOpBuilder
(
expression
:
compat
.
Expression
)
:
SetOpBuilder
Parameters
expression
:
compat
.
Expression
Returns
SetOpBuilder
Methods
build
build
()
:
unknown
Returns
unknown
free
free
()
:
void
Returns
void
limit
limit
(
value
:
number
)
:
this
Parameters
value
:
number
Returns
this
offset
offset
(
value
:
number
)
:
this
Parameters
value
:
number
Returns
this
order
By
orderBy
(
...
expressions
:
ExprInput
[]
)
:
this
Parameters
...
expressions
:
ExprInput
[]
Returns
this
to
Sql
toSql
(
dialect
?:
string
)
:
string
Parameters
dialect
:
string
= 'generic'
Returns
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
build
free
limit
offset
order
By
to
Sql
GitHub
npm
Polyglot SQL API Documentation - v0.9.2
Loading...