Application Examples Using Parameters
7.4 · Lesson

Application Examples Using Parameters

This lesson is intended to give you a very brief view of how a few of the programming languages that Neo4j supports uses 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. with parameters.

Although each language has its own distinct syntax, the process for each language is similar. Parameters are sent as an additional argument when a Cypher statement is run through the driver, and are referenced in the same way as covered in this module, by applying the $ prefix.