Skip to content

Commit

Permalink
updating docs on parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Neubauer committed Jun 3, 2013
1 parent 6001380 commit d5f36a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions community/cypher/src/docs/dev/general/parameters.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Cypher supports querying with parameters. This allows developers to not to have
to create a query, and it also makes caching of execution plans much easier for Cypher.

Parameters can be used for literals and expressions in the +WHERE+ clause, for the index key and index value in the +START+
clause, index queries, and finally for node/relationship ids. Parameters can not be used as for property names, since
property notation is part of query structure that is compiled into a query plan.
clause, index queries, and finally for node/relationship ids. Parameters can not be used as for property names, relationship types
and labels, since since these patterns are part of the query structure that is compiled into a query plan.

Accepted names for parameter are letters and number, and any combination of these.

Expand Down

0 comments on commit d5f36a6

Please sign in to comment.