Liking cljdoc? Tell your friends :D

neo4clj.convert


clj-parameter->neo4jclj

(clj-parameter->neo4j value)

Convert a given clojure primitive into its bolt parameter equivalent If given a vector or list, all elements within needs to be of the same type. This is a limitation in Neo4j not Neo4clj

Convert a given clojure primitive into its bolt parameter equivalent
If given a vector or list, all elements within needs to be of the same type.
This is a limitation in Neo4j not Neo4clj
sourceraw docstring

clj-parameters->neo4jclj

(clj-parameters->neo4j params)

Convert a Clojure parameter map to a Neo4j parameter array

Convert a Clojure parameter map to a Neo4j parameter array
sourceraw docstring

clj-relationship->neo4jclj

(clj-relationship->neo4j rel)

Convert a Clojure Hash-Map representation to a bolt relationship based on the Cypher style guide

Convert a Clojure Hash-Map representation to a bolt relationship based on the Cypher style guide
sourceraw docstring

clj-value->neo4j-valueclj

(clj-value->neo4j-value value)

Convert a given clojure primitive into its bolt query equivalent If given a vector or list, all elements within needs to be of the same type. This is a limitation in Neo4j not Neo4clj

Convert a given clojure primitive into its bolt query equivalent
If given a vector or list, all elements within needs to be of the same type.
This is a limitation in Neo4j not Neo4clj
sourceraw docstring

hash-map->propertiesclj

(hash-map->properties m)

Convert map keys and values into its bolt equivalent

Convert map keys and values into its bolt equivalent
sourceraw docstring

neo4j->cljcljmultimethod

Converts a Neo4J internal entity to a Clojure Hash-Map

Converts a Neo4J internal entity to a Clojure Hash-Map
sourceraw docstring

neo4j-entity-basics->cljclj

(neo4j-entity-basics->clj entity)

Convert a given Neo4J internal object into a hash-map with the basic entity informations

Convert a given Neo4J internal object into a hash-map with the basic entity informations
sourceraw docstring

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

× close