Liking cljdoc? Tell your friends :D

clarango.utilities.core-utility


filter-out-collection-nameclj

(filter-out-collection-name args)

Filters out the collection name of the additional argument vector of the clojure API methods. Returns the default collection, if not present in the argument vector.

Filters out the collection name of the additional argument vector of the clojure API methods.
Returns the default collection, if not present in the argument vector.
sourceraw docstring

filter-out-database-nameclj

(filter-out-database-name args)

Filters out the database name of the additional argument vector of the clojure API methods. Returns the default database, if not present in the argument vector.

Filters out the database name of the additional argument vector of the clojure API methods.
Returns the default database, if not present in the argument vector.
sourceraw docstring

filter-out-options-mapclj

(filter-out-options-map vect)

Returns the first element in a vector that is of type map, except for maps that contain the keywords :database-name or :collection-name.

Returns the first element in a vector that is of type map, except for maps that contain the keywords 
:database-name or :collection-name.
sourceraw docstring

get-connection-urlclj

(get-connection-url)

Gets the globally in clarango.core set connection url. If no url is set, an exception is thrown.

Gets the globally in clarango.core set connection url. If no url is set, an exception is thrown.
sourceraw docstring

get-default-collection-nameclj

(get-default-collection-name)

Gets the globally in clarango.core set collection name. If none is set, an exception is thrown.

Gets the globally in clarango.core set collection name. If none is set, an exception is thrown.
sourceraw docstring

get-default-dbclj

(get-default-db)

Gets the globally in clarango.core set db name. If none is set, an exception is thrown.

Gets the globally in clarango.core set db name. If none is set, an exception is thrown.
sourceraw docstring

get-default-graph-nameclj

(get-default-graph-name)

Gets the globally in clarango.core set graph name. If none is set, an exception is thrown.

Gets the globally in clarango.core set graph name. If none is set, an exception is thrown.
sourceraw docstring

get-safe-connection-urlclj

(get-safe-connection-url)

Gets a safe connection url from clarango.core. If it does not start with 'http://', an exception is thrown.

Gets a safe connection url from clarango.core. If it does not start with 'http://', an exception is thrown.
sourceraw docstring

remove-options-mapclj

(remove-options-map vect)

Takes a vector and returns it without the elements that are of type map. Only removes maps that do not contain the keywords :database-name or :collection-name in their metadata.

Takes a vector and returns it without the elements that are of type map. Only removes maps that do not
contain the keywords :database-name or :collection-name in their metadata.
sourceraw docstring

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

× close