Cypher Builder - v2.7.1
Preparing search index...
Raw
Class Raw
Allows for a raw string to be used as a clause
Hierarchy (
View Summary
)
Clause
Raw
Index
Constructors
constructor
Methods
build
Constructors
constructor
new
Raw
(
callback
:
|
string
|
(
(
context
:
RawCypherContext
,
)
=>
undefined
|
string
|
[
string
,
Record
<
string
,
unknown
>
]
)
,
)
:
Raw
Parameters
callback
:
|
string
|
(
(
context
:
RawCypherContext
,
)
=>
undefined
|
string
|
[
string
,
Record
<
string
,
unknown
>
]
)
Returns
Raw
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
Constructors
constructor
Methods
build
Cypher Builder - v2.7.1
Loading...
Allows for a raw string to be used as a clause