couchbase
Description:
Content:
Namespaces:
- Couchbase -
Classes:
- Client - This class represents the connection to the
Couchbase server, as well as the current state of the connection to the server.
- GenericResult - Generic container.
- GetResult - Full metadata associated with a key-
value pair in Couchbase.
- StoreResult - Full metadata associated with a
key-value pair after storing in Couchbase.
- ViewQuery - Object to build a query to a view.
Uses fluent design pattern to build a query object that can be passed to client.get_query().
- ViewResult - Represents the result of a view
query.
- ViewRow - Represents an individual row in a
ViewResult.
Enums:
- StoreMode - Set the storage mode when using a
store_ method.
Error domains:
- ClientError - Possible errors when
creating or connecting the client.
- QueryError - Possible errors when parsing
or executing a query.
- JSON -
Classes: