Represents a view query to be executed against a Couchbase bucket.
package |
Couchbase |
---|
from(mixed $ddoc, mixed $name) : \_CouchbaseDefaultViewQuery
mixed
The name of the design document to query.
mixed
The name of the view to query.
\_CouchbaseDefaultViewQuery
fromSpatial(mixed $ddoc, mixed $name) : \_CouchbaseSpatialViewQuery
mixed
The name of the design document to query.
mixed
The name of the view to query.
\_CouchbaseSpatialViewQuery
stale(mixed $stale) : $this
throws | |
---|---|
mixed
$this
skip(mixed $skip) : $this
mixed
$this
limit(mixed $limit) : $this
mixed
$this
custom(mixed $opts) : $this
mixed
$this
UPDATE_BEFORE
UPDATE_NONE
UPDATE_AFTER
ORDER_ASCENDING
ORDER_DESCENDING