Preparing search index...
The search index is not available
@sequeljs/ast
@sequeljs/ast
Collectors
Composite
Class Composite<L, R>
Type Parameters
L
extends
Collector
<
L
[
"value"
]
>
R
extends
Collector
<
R
[
"value"
]
>
Hierarchy
Composite
Implements
Collector
<
[
L
[
"value"
]
,
R
[
"value"
]
]
>
Index
Constructors
constructor
Properties
left
right
Accessors
value
Methods
add
Bind
append
Constructors
constructor
new
Composite
<
L
,
R
>
(
left
,
right
)
:
Composite
<
L
,
R
>
Type Parameters
L
extends
Collector
<
L
[
"value"
]
,
L
>
R
extends
Collector
<
R
[
"value"
]
,
R
>
Parameters
left
:
L
right
:
R
Returns
Composite
<
L
,
R
>
Properties
Protected
Readonly
left
left
:
L
Protected
Readonly
right
right
:
R
Accessors
value
get
value
(
)
:
[
L
[
"value"
]
,
L
[
"value"
]
]
Returns
[
L
[
"value"
]
,
L
[
"value"
]
]
Methods
add
Bind
add
Bind
(
bind
,
binder
)
:
Composite
<
L
,
R
>
Parameters
bind
:
string
binder
:
null
|
Binder
Returns
Composite
<
L
,
R
>
append
append
(
str
)
:
Composite
<
L
,
R
>
Parameters
str
:
string
Returns
Composite
<
L
,
R
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
left
right
value
add
Bind
append
@sequeljs/ast
Attributes
Collectors
Bind
Composite
SQLString
Substitute
Binds
Collector
Binder
Errors
Interfaces
Managers
Nodes
Visitors
Table
SequelAST
Generated using
TypeDoc