Liking cljdoc? Tell your friends :D

clojurewerkz.neocons.rest.constraints

Operations on constraints (Neo4J 2.0+ only).

Operations on constraints (Neo4J 2.0+ only).
raw docstring

create-uniqueclj

(create-unique connection label property)
Creates a unique constraint on a given label and property.
See http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-create-uniqueness-constraint
sourceraw docstring

drop-uniqueclj

(drop-unique connection label property)

Drops an existing uniquenss constraint on an label and property. See http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-drop-constraint

Drops an existing uniquenss constraint on an label and property.
See http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-drop-constraint
sourceraw docstring

get-allclj

(get-all connection)
(get-all connection label)

Gets information about all the different constraints associated with a label. See http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-get-all-constraints-for-a-label

If no label is passed, gets information about all the constraints. http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-get-all-constraints

Gets information about all the different constraints associated with a label.
See http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-get-all-constraints-for-a-label

If no label is passed, gets information about all the constraints.
http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-get-all-constraints
sourceraw docstring

get-uniqueclj

(get-unique connection label)
(get-unique connection label property)

Gets information about a unique constraint on a given label and a property. If no property is passed, gets all the various uniqueness constraints for that label.

See http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-get-all-uniqueness-constraints-for-a-label and http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-get-all-constraints-for-a-label

Gets information about a unique constraint on a given label and a property.
If no property is passed, gets all the various uniqueness constraints for that label.

See http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-get-all-uniqueness-constraints-for-a-label
and http://docs.neo4j.org/chunked/milestone/rest-api-schema-constraints.html#rest-api-get-all-constraints-for-a-label
sourceraw docstring

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

× close