Liking cljdoc? Tell your friends :D

neo4j-clj.compability

Deprecated, use neo4j-clj.compatibility.

Deprecated, use `neo4j-clj.compatibility`.
raw docstring

clj->neo4jclj

Convert to Neo4j

Neo4j expects a map of key/value pairs. The map has to be constructed as a Values.parameters instance which expects the values as an Object array

## Convert to Neo4j

Neo4j expects a map of key/value pairs. The map has to be constructed as
a `Values.parameters` instance which expects the values as an `Object` array
sourceraw docstring

neo4j->cljcljmultimethod

Convert from Neo4j

Neo4j returns results as StatementResults, which contain InternalRecords, which contain InternalPairs etc. Therefore, this multimethod recursively calls itself with the extracted content of the data structure until we have values, lists or nil.

## Convert from Neo4j

Neo4j returns results as `StatementResults`, which contain `InternalRecords`,
which contain `InternalPairs` etc. Therefore, this multimethod recursively
calls itself with the extracted content of the data structure until we have
values, lists or `nil`.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close