private data class StatementWithResultNodesAndNodes(val statement: Statement, val allResultNodes: SymbolicName, val allNodes: SymbolicName)

Statement with associated name for result nodes and all nodes

Parameters

statement

the Cypher DSL statement of the SubQuery

allResultNodes

name for return param with all nodes as result

allNodes

name for return param with all raw nodes for entries SubQueries

Constructors

Link copied to clipboard
constructor(statement: Statement, allResultNodes: SymbolicName, allNodes: SymbolicName)

Properties

Link copied to clipboard
val allNodes: SymbolicName
Link copied to clipboard
val allResultNodes: SymbolicName
Link copied to clipboard
val statement: Statement