Executing Cypher statements
1.4 · Lesson

Executing Cypher statements

You can use the executableQuery() method to create one-off Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. statements that return a small number of records.

The execute method fetches a list of records and loads them into memory.