Classes, interfaces and traits

CouchbaseN1qlQuery

Represents a N1QL query to be executed against a Couchbase bucket.

CouchbaseBucket

Represents a bucket connection.

Note: This class must be constructed by calling the openBucket method of the CouchbaseCluster class.

CouchbaseCluster

Represents a cluster connection.

CouchbaseBucketManager

Class exposing the various available management operations that can be performed on a bucket.

CouchbaseViewQuery

Represents a view query to be executed against a Couchbase bucket.

_CouchbaseDefaultViewQuery

Represents a regular view query to perform against the server. Note that this object should never be instantiated directly, but instead through the CouchbaseViewQuery::from method.

_CouchbaseSpatialViewQuery

Represents a spatial view query to perform against the server. Note that this object should never be instantiated directly, but instead through the CouchbaseViewQuery::fromSpatial method.

CouchbaseClusterManager

Class exposing the various available management operations that can be performed on a cluster.