private data class StatementWithSymbolicName(val statement: Statement, val symbolicName: SymbolicName)

Wrapper for a Statement and an associated name

Parameters

statement

the Cypher-DSL statement of the query

symbolicName

the result column name

Constructors

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

Properties

Link copied to clipboard
val statement: Statement
Link copied to clipboard
val symbolicName: SymbolicName