Liking cljdoc? Tell your friends :D

akvo.commons.gae


get-fetch-optionscljdeprecated

(get-fetch-options)
(get-fetch-options size)
(get-fetch-options size cursor)

Returns the fetch options for a PreparedQuery

Returns the fetch options for a PreparedQuery
sourceraw docstring

get-filtercljdeprecated

(get-filter property value)
(get-filter property value operator)

Helper function that returns a FilterPredicate based on a property

Helper function that returns a FilterPredicate based on a property
sourceraw docstring

get-keyclj

(get-key kind id)
source

put!clj

(put! ds entity-name props)

Creates a new Entity using Remote API

Creates a new Entity using Remote API
sourceraw docstring

remote-optionsclj

(remote-options spec)
source

with-datastorecljmacro

(with-datastore [ds spec] & body)

Evaluates body in a try expression with ds bound to a remote datastore object built according to spec. The spec is a map consisting of :hostname - The remote server (default "localhost") :port - The remote port (default 8888) :service-account-id - The service account id (required for production envs) :private-key-file - The absolute path to private key in P12 format (required for production envs)

Evaluates body in a try expression with ds bound to a remote datastore object
built according to spec. The spec is a map consisting of
  :hostname - The remote server (default "localhost")
  :port - The remote port (default 8888)
  :service-account-id - The service account id (required for production envs)
  :private-key-file - The absolute path to private key in P12 format (required for production envs)
sourceraw docstring

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

× close