Preparing search index...
The search index is not available
@sequeljs/ast
@sequeljs/ast
Managers
InsertManager
Class InsertManager
Hierarchy
TreeManager
<
InsertManager
,
InsertStatement
>
InsertManager
Index
Constructors
constructor
Properties
ast
ctx
Accessors
columns
values
Methods
coalesce
create
And
create
False
create
Join
create
On
create
String
Join
create
Table
Alias
create
True
create
Values
create
Values
List
grouping
insert
into
lower
select
toSQL
where
Constructors
constructor
new
Insert
Manager
(
)
:
InsertManager
Returns
InsertManager
Properties
Readonly
ast
ast
:
InsertStatement
Protected
ctx
ctx
:
InsertStatement
Accessors
columns
get
columns
(
)
:
Attribute
[]
Returns
Attribute
[]
values
set
values
(
val
)
:
void
Parameters
val
:
any
Returns
void
Methods
coalesce
coalesce
(
...
exprs
)
:
NamedSQLFunction
Parameters
Rest
...
exprs
:
any
[]
Returns
NamedSQLFunction
create
And
create
And
(
clauses
)
:
And
Parameters
clauses
:
any
[]
Returns
And
create
False
create
False
(
)
:
False
Returns
False
create
Join
create
Join
(
to
)
:
InnerJoin
Parameters
to
:
null
|
string
|
SQLLiteral
|
Relation
Returns
InnerJoin
create
Join
(
to
,
constraint
)
:
InnerJoin
Parameters
to
:
null
|
string
|
SQLLiteral
|
Relation
constraint
:
any
Returns
InnerJoin
create
Join
(
to
,
constraint
,
Klass
)
:
FullOuterJoin
Parameters
to
:
null
|
string
|
SQLLiteral
|
Relation
constraint
:
any
Klass
:
typeof
FullOuterJoin
Returns
FullOuterJoin
create
Join
(
to
,
constraint
,
Klass
)
:
InnerJoin
Parameters
to
:
null
|
string
|
SQLLiteral
|
Relation
constraint
:
any
Klass
:
typeof
InnerJoin
Returns
InnerJoin
create
Join
(
to
,
constraint
,
Klass
)
:
OuterJoin
Parameters
to
:
null
|
string
|
SQLLiteral
|
Relation
constraint
:
any
Klass
:
typeof
OuterJoin
Returns
OuterJoin
create
Join
(
to
,
constraint
,
Klass
)
:
RightOuterJoin
Parameters
to
:
null
|
string
|
SQLLiteral
|
Relation
constraint
:
any
Klass
:
typeof
RightOuterJoin
Returns
RightOuterJoin
create
Join
(
to
,
constraint
,
Klass
)
:
StringJoin
Parameters
to
:
null
|
string
|
SQLLiteral
|
Relation
constraint
:
any
Klass
:
typeof
StringJoin
Returns
StringJoin
create
On
create
On
(
expr
)
:
On
Parameters
expr
:
any
Returns
On
create
String
Join
create
String
Join
(
to
)
:
StringJoin
Parameters
to
:
null
|
string
|
SQLLiteral
|
Relation
Returns
StringJoin
create
Table
Alias
create
Table
Alias
(
relation
,
name
)
:
TableAlias
Parameters
relation
:
Relation
|
Grouping
name
:
string
|
SQLLiteral
Returns
TableAlias
create
True
create
True
(
)
:
True
Returns
True
create
Values
create
Values
(
values
)
:
ValuesList
Parameters
values
:
any
Returns
ValuesList
create
Values
List
create
Values
List
(
rows
)
:
ValuesList
Parameters
rows
:
any
[]
Returns
ValuesList
grouping
grouping
(
expr
)
:
Grouping
Parameters
expr
:
any
Returns
Grouping
insert
insert
(
fields
)
:
InsertManager
Parameters
fields
:
any
Returns
InsertManager
into
into
(
table
)
:
InsertManager
Parameters
table
:
Table
Returns
InsertManager
lower
lower
(
column
)
:
NamedSQLFunction
Parameters
column
:
any
Returns
NamedSQLFunction
select
select
(
select
)
:
void
Parameters
select
:
any
Returns
void
toSQL
toSQL
(
engine
?
)
:
null
|
string
Parameters
engine
:
undefined
|
null
|
Engine
= undefined
Returns
null
|
string
where
where
(
this
,
expr
)
:
InsertManager
Parameters
this
:
InsertManager
expr
:
any
Returns
InsertManager
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
ast
ctx
columns
values
coalesce
create
And
create
False
create
Join
create
On
create
String
Join
create
Table
Alias
create
True
create
Values
create
Values
List
grouping
insert
into
lower
select
toSQL
where
@sequeljs/ast
Attributes
Collectors
Errors
Interfaces
Managers
Delete
Manager
Insert
Manager
Select
Manager
Tree
Manager
Update
Manager
Nodes
Visitors
Table
SequelAST
Generated using
TypeDoc