Index of Public Functions and Variables in clutch

This page has an alphabetical index of all the documented functions and variables in clutch.
Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A

 ad-hoc-view                  function      com.ashafa.clutch  One-off queries (i.e. views you don't want to save...
 all-databases                function      com.ashafa.clutch  Returns a list of all databases on the CouchDB ser...

B

 bulk-update                  function      com.ashafa.clutch  Takes a vector of documents (maps) and inserts or ...

C

 changes-error                multimethod   com.ashafa.clutch  If the provided database is being watched for chan...
 couchdb-info                 function      com.ashafa.clutch  Returns informataion about a CouchDB instance..
 create-database              multimethod   com.ashafa.clutch  Takes a map (cofiguration of a CouchDB server with...
 create-document              multimethod   com.ashafa.clutch  Takes a map and creates a document with an auto ge...

D

 database-info                multimethod   com.ashafa.clutch  Takes a database name and returns the meta informa...
 delete-attachment            function      com.ashafa.clutch  Deletes an attachemnt from a document..
 delete-database              multimethod   com.ashafa.clutch  Takes a database name and deletes the correspondin...
 delete-document              function      com.ashafa.clutch  Takes a document and deletes it from the database..

E


F


G

 get-all-documents-meta       function      com.ashafa.clutch  Returns the meta (_id and _rev) of all documents i...
 get-attachment               function      com.ashafa.clutch  Returns an InputStream reading the named attachmen...
 get-database                 multimethod   com.ashafa.clutch  Returns a database meta information if it already ...
 get-document                 function      com.ashafa.clutch  Takes an id and an optional query parameters map a...
 get-view                     function      com.ashafa.clutch  Get documents associated with a design document. A...

H


I


J


K


L


M


N


O


P


Q


R

 replicate-database           function      com.ashafa.clutch  Takes two arguments (a source and target for repli...

S

 save-filter                  function      com.ashafa.clutch  Create a filter for use with CouchDB change notifi...
 save-view                    function      com.ashafa.clutch  Create a design document used for database queries...
 set-clutch-defaults!         function      com.ashafa.clutch  Sets Clutch default CouchDB configuration: {:host ...
 stop-changes                 multimethod   com.ashafa.clutch  If the provided database changes are being watched...

T


U

 update-attachment            function      com.ashafa.clutch  Takes a document, file (either a string path to th...
 update-document              multimethod   com.ashafa.clutch  Takes document and a map and merges it with the or...

V


W

 watch-changes                multimethod   com.ashafa.clutch  Provided a database (database meta <map>, url <str...
 with-clj-view-server         macro         com.ashafa.clutch  Takes a map and serializes the values of each key ...
 with-db                      macro         com.ashafa.clutch  Takes a string (database name) or map (database me...

X


Y


Z


Other


Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.