titoausten commented on issue #831:
URL: https://github.com/apache/age/issues/831#issuecomment-1518690619
| Function | Description
|
|-----------------|----------------------------------------------------------------------------------------------------------|
| `Cypher()` | Takes a single argument, which is the Cypher query
string to be executed. Creates a Cypher query object that can be used to build
a Cypher query string. It does not execute the query itself.
|
| `execCypher()` | Takes a Cypher query object created by the Cypher()
function and executes the Cypher query against an AGE graph database. Returns a
result object with query results. |
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]