Liking cljdoc? Tell your friends :D

alana.operations


assign-property-filterclj

(assign-property-filter
  {key :key value :value type :type datastore :datastore kind :kind})

Given a map that describes the structure of a filter, this function returns the corresponding property filter

Given a map that describes the structure of a filter, this function returns the corresponding property filter
sourceraw docstring

create-composite-filterclj

(create-composite-filter [first-map-filter & other-map-filters])

This function returns a composite filter based on a given vector of maps that represents filter structure

This function returns a composite filter based on a given vector of maps that represents filter structure
sourceraw docstring

create-datastoreclj

(create-datastore)

Creates a Datastore object

Creates a Datastore object
sourceraw docstring

create-entityclj

(create-entity datastore kind entity-map)
(create-entity datastore kind name entity-map)

Creates an Entity object

Creates an Entity object
sourceraw docstring

create-filterclj

(create-filter property-map)

This function creates a filter

This function creates a filter
sourceraw docstring

create-gql-queryclj

(create-gql-query query-string)

This function creates a gql query

This function creates a gql query
sourceraw docstring

create-queryclj

(create-query query-string)
(create-query kind property-map)

This function creates a query. Depending of the parameters, this could create a normal query or a GQL query

This function creates a query. Depending of the parameters, this could create a normal query or a GQL query
sourceraw docstring

delete-entityclj

(delete-entity datastore completed-key)

Delete an entity from a datastore

Delete an entity from a datastore
sourceraw docstring

insert-entityclj

(insert-entity datastore entity)

Insert an entity to Datastore

Insert an entity to Datastore
sourceraw docstring

run-queryclj

(run-query datastore query-string)
(run-query datastore kind property-map)

Run a query against a given datastore

Run a query against a given datastore
sourceraw docstring

upsert-entityclj

(upsert-entity datastore entity)

Upsert an entity to Datastore

Upsert an entity to Datastore
sourceraw docstring

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

× close