Liking cljdoc? Tell your friends :D

cerber.db


bind-queriesclj

(bind-queries db-conn)
source

clear-authcodesclj

Purges authcodes table

Purges authcodes table
sourceraw docstring

clear-clientsclj

Purges clients table

Purges clients table
sourceraw docstring

clear-expired-authcodesclj

Purges authcodes table from expired token

Purges authcodes table from expired token
sourceraw docstring

clear-expired-sessionsclj

Purges tokens table from expired token

Purges tokens table from expired token
sourceraw docstring

clear-expired-tokensclj

Purges tokens table from expired token

Purges tokens table from expired token
sourceraw docstring

clear-sessionsclj

Purges sessions table

Purges sessions table
sourceraw docstring

clear-tokensclj

Purges tokens table

Purges tokens table
sourceraw docstring

clear-usersclj

Purges users table

Purges users table
sourceraw docstring

delete-authcodeclj

Deletes authcode bound with given code

Deletes authcode bound with given code
sourceraw docstring

delete-clientclj

Deletes client with given identifier

Deletes client with given identifier
sourceraw docstring

delete-sessionclj

Deletes session for particular session id

Deletes session for particular session id
sourceraw docstring

delete-token-by-secretclj

Deletes token by secret

Deletes token by secret
sourceraw docstring

delete-tokens-by-clientclj

Deletes access token

Deletes access token
sourceraw docstring

delete-tokens-by-loginclj

Deletes access token

Deletes access token
sourceraw docstring

delete-userclj

Deletes user

Deletes user
sourceraw docstring

disable-clientclj

Disables client

Disables client
sourceraw docstring

disable-userclj

Disables user

Disables user
sourceraw docstring

enable-clientclj

Enables client

Enables client
sourceraw docstring

enable-userclj

Enables user

Enables user
sourceraw docstring

find-authcodeclj

Returns authcode bound with given code

Returns authcode bound with given code
sourceraw docstring

find-clientclj

Returns client with given client identifier

Returns client with given client identifier
sourceraw docstring

find-sessionclj

Returns session for given session id

Returns session for given session id
sourceraw docstring

find-tokens-by-clientclj

Returns tokens found by client id

Returns tokens found by client id
sourceraw docstring

find-tokens-by-secretclj

Returns tokens found by secret

Returns tokens found by secret
sourceraw docstring

find-userclj

Returns user with given login

Returns user with given login
sourceraw docstring

insert-authcodeclj

Inserts new authcode

Inserts new authcode
sourceraw docstring

insert-clientclj

Inserts new client

Inserts new client
sourceraw docstring

insert-sessionclj

Inserts new session

Inserts new session
sourceraw docstring

insert-tokenclj

Inserts new token

Inserts new token
sourceraw docstring

insert-userclj

Inserts new user

Inserts new user
sourceraw docstring

make-periodicclj

(make-periodic fn-sym interval)

Schedules a SQL query (a function) to be run periodically at given interval. Function gets {:date now} as an argument.

Schedules a SQL query (a function) to be run periodically at
given interval. Function gets {:date now} as an argument.
sourceraw docstring

schedulerclj

source

stop-periodicclj

(stop-periodic periodic)

Stops periodically run function created by make-periodic.

Stops periodically run function created by `make-periodic`.
sourceraw docstring

update-sessionclj

Updates session entry

Updates session entry
sourceraw docstring

update-session-expirationclj

Updates expiration date only

Updates expiration date only
sourceraw docstring

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

× close