Cypher Builder - v2.7.1
Preparing search index...
Clause
Class Clause
Abstract
Represents a clause AST node
Hierarchy (
View Summary
)
CypherASTNode
Clause
Call
Create
Finish
Foreach
LoadCSV
Match
Merge
Raw
Return
Union
Unwind
Use
With
VoidProcedure
CompositeClause
Yield
Index
Methods
build
Methods
build
build
(
config
?:
Partial
<
{
cypherVersion
:
"5"
;
extraParams
:
Record
<
string
,
unknown
>
;
labelOperator
:
":"
|
"&"
;
prefix
:
string
;
unsafeEscapeOptions
:
Partial
<
{
disableNodeLabelEscaping
:
boolean
;
disableRelationshipTypeEscaping
:
boolean
;
}
,
>
;
}
,
>
,
)
:
CypherResult
Compiles a clause into Cypher and params
Parameters
Optional
config
:
Partial
<
{
cypherVersion
:
"5"
;
extraParams
:
Record
<
string
,
unknown
>
;
labelOperator
:
":"
|
"&"
;
prefix
:
string
;
unsafeEscapeOptions
:
Partial
<
{
disableNodeLabelEscaping
:
boolean
;
disableRelationshipTypeEscaping
:
boolean
;
}
,
>
;
}
,
>
Returns
CypherResult
Settings
Theme
OS
Light
Dark
On This Page
Methods
build
Cypher Builder - v2.7.1
Loading...
Represents a clause AST node