(empty? response)
Returns true if provided Cypher response is empty (has no data columns), false otherwise. Empty responses can be returned by queries but also commonly mutating Cypher (with Neo4J Server 1.8+)
Returns true if provided Cypher response is empty (has no data columns), false otherwise. Empty responses can be returned by queries but also commonly mutating Cypher (with Neo4J Server 1.8+)
(query connection q)
(query connection q params)
Performs a Cypher query, returning columns and rows separately (the way Neo4J REST API does)
Performs a Cypher query, returning columns and rows separately (the way Neo4J REST API does)
(tableize response)
(tableize columns rows)
Turns Cypher query response into a table, like SQL queries in relational databases
Turns Cypher query response into a table, like SQL queries in relational databases
Performs a Cypher query, returning result formatted as a table (using tableize)
Performs a Cypher query, returning result formatted as a table (using tableize)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |