Liking cljdoc? Tell your friends :D

gaeclj.ds


!=clj

(!= x)
(!= x y)
(!= x y & more)

Available to complete the operator-map logic. Reverse logic of the = function

Available to complete the operator-map logic. Reverse logic of the = function
sourceraw docstring

add-sortsclj

(add-sorts options query)
source

as-gae-keyclj

(as-gae-key entity-kind entity-key)
source

check-keyclj

(check-key parent-key entity-kind)
source

compose-predicatesclj

(compose-predicates preds-coll)
source

compose-query-filterclj

(compose-query-filter preds-vec)
source

defentitycljmacro

(defentity entity-name entity-fields & validation)
source

delete-entityclj

(delete-entity entity-kind entity-key & more-keys)
source

ds-operation-in-transactioncljmacro

(ds-operation-in-transaction tx & body)
source

filter-mapclj

(filter-map keyw jfilter-predicates)
source

FromNdbValuecljprotocol

<-propclj

(<-prop v)

Converts the value from a ndb appropriate value

Converts the value from a ndb appropriate value
source

get-entityclj

(get-entity entity-kind entity-key)
source

get-optionclj

(get-option options option?)
source

get-validation-metacljmacro

(get-validation-meta sym)
source

lazify-qiterableclj

(lazify-qiterable pq-iterable)
(lazify-qiterable pq-iterable i)
source

make-keyclj

(make-key kind value)
(make-key kind parent value)
source

make-property-filterclj

(make-property-filter pred-coll)
source

make-queryclj

(make-query predicates options ent-kind)
source

NdbEntitycljprotocol

delete!clj

(delete! this)

Deletes the entity

Deletes the entity

gae-keyclj

(gae-key this)

Produces Java SDK Appengine key from Clojure NdbEntity information

Produces Java SDK Appengine key from Clojure NdbEntity information

save!clj

(save! this)
(save! this parent-key)

Saves the entity. Saves the entity with its parent key.

Saves the entity. Saves the entity with its parent key.
source

operator-mapclj

source

qbuildclj

(qbuild predicates options ent-kind filters)

Build a query

Build a query
sourceraw docstring

query-entityclj

(query-entity predicates options ent-sym)
source

save-entityclj

(save-entity entity-type entity)
(save-entity entity-type entity parent-key)
source

set-ancestor-keyclj

(set-ancestor-key options entity-kind query)
source

set-keys-onlyclj

(set-keys-only options query)
source

sort-order-mapclj

source

ToNdbValuecljprotocol

->propclj

(->prop v)

Converts the value to a ndb appropriate value

Converts the value to a ndb appropriate value
source

with-transactioncljmacro

(with-transaction & body)
source

with-xg-transactioncljmacro

(with-xg-transaction & body)
source

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

× close