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
Wrapper for a Statement and an associated name
the Cypher-DSL statement of the query
the result column name