Represents a N1QL query to be executed against a Couchbase bucket.
Represents a bucket connection.
Note: This class must be constructed by calling the openBucket method of the CouchbaseCluster class.
Represents a cluster connection.
Class exposing the various available management operations that can be performed on a bucket.
Represents a view query to be executed against a Couchbase bucket.
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.
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.
Class exposing the various available management operations that can be performed on a cluster.