Home
Trees
Indices
Help
Documentation Index
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
couchdb.http.HTTPError
:
Base class for errors based on HTTP status codes >= 400.
couchdb.http.PreconditionFailed
:
Exception raised when a 412 HTTP error is received in response to a request.
couchdb.http.ResourceNotFound
:
Exception raised when a 404 HTTP error is received in response to a request.
couchdb.http.ServerError
:
Exception raised when an unexpected HTTP error is received in response to a request.
couchdb.http.Unauthorized
:
Exception raised when the server requires authentication credentials but either none are provided, or they are incorrect.
couchdb.http.RedirectLimit
:
Exception raised when a request is redirected more often than allowed by the maximum number of redirections.
couchdb.client.Database
:
Representation of a database on a CouchDB server.
couchdb.mapping.Field
:
Basic unit for mapping a piece of data between Python and JSON.
couchdb.mapping.BooleanField
:
Mapping field for boolean values.
couchdb.mapping.DateField
:
Mapping field for storing dates.
couchdb.mapping.DateTimeField
:
Mapping field for storing date/time values.
couchdb.mapping.DecimalField
:
Mapping field for decimal values.
couchdb.mapping.DictField
:
Field type for nested dictionaries.
couchdb.mapping.FloatField
:
Mapping field for float values.
couchdb.mapping.IntegerField
:
Mapping field for integer values.
couchdb.mapping.ListField
:
Field type for sequences of other fields.
couchdb.mapping.LongField
:
Mapping field for long integer values.
couchdb.mapping.TextField
:
Mapping field for string values.
couchdb.mapping.TimeField
:
Mapping field for storing times.
couchdb.mapping.Mapping
couchdb.mapping.Document
couchdb.tools.replication_helper.ReplicationHelper
:
Listener daemon for CouchDB database notifications
couchdb.http.Resource
couchdb.client.Server
:
Representation of a CouchDB server.
couchdb.http.Session
couchdb.design.ViewDefinition
:
Definition of a view stored in a specific design document.
couchdb.mapping.ViewField
:
Descriptor that can be used to bind a view definition to a property of a
Document
class.
couchdb.client.ViewResults
:
Representation of a parameterized view (either permanent or temporary) and the results it produces.
dict
:
dict() -> new empty dictionary.
couchdb.client.Document
:
Representation of a document in the database.
couchdb.client.Row
:
Representation of a row as returned by database views.
list
:
list() -> new list list(sequence) -> new list initialized from sequence's items
couchdb.mapping.ListField.Proxy
type
:
type(object) -> the object's type type(name, bases, dict) -> a new type
couchdb.mapping.MappingMeta
couchdb.mapping.DocumentMeta
Home
Trees
Indices
Help
Documentation Index
Generated by Epydoc 3.0.1 on Thu Apr 15 16:22:43 2010
http://epydoc.sourceforge.net