Cypher Builder - v2.7.1
Preparing search index...
Procedure
Class Procedure<T>
Cypher Procedure
See
Cypher Documentation
Type Parameters
T
extends
string
=
string
Hierarchy (
View Summary
)
VoidProcedure
Procedure
Index
Constructors
constructor
Methods
build
optional
yield
Constructors
constructor
new
Procedure
<
T
extends
string
=
string
>
(
name
:
string
,
params
?:
Expr
[]
,
namespace
?:
string
,
)
:
Procedure
<
T
>
Type Parameters
T
extends
string
=
string
Parameters
name
:
string
params
:
Expr
[]
= []
Optional
namespace
:
string
Returns
Procedure
<
T
>
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
optional
optional
()
:
this
Returns
this
yield
yield
(
...
columns
:
(
"*"
|
YieldProjectionColumn
<
T
>
)
[]
)
:
Yield
<
T
>
Parameters
...
columns
: (
"*"
|
YieldProjectionColumn
<
T
>
)
[]
Returns
Yield
<
T
>
Settings
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
build
optional
yield
Cypher Builder - v2.7.1
Loading...
Cypher Procedure
See
Cypher Documentation