Liking cljdoc? Tell your friends :D

clojurewerkz.neocons.rest.cypher


cypher-query-location-forclj

(cypher-query-location-for connection)
source

empty?clj

(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+)
sourceraw docstring

queryclj

(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)
sourceraw docstring

tableizeclj

(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
sourceraw docstring

tqueryclj

Performs a Cypher query, returning result formatted as a table (using tableize)

Performs a Cypher query, returning result formatted as a table (using tableize)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close