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.
package |
Couchbase |
---|
order(mixed $order) : $this
throws | |
---|---|
mixed
$this
reduce(mixed $reduce) : $this
mixed
$this
group(mixed $group_level) : $this
mixed
$this
key(mixed $key) : $this
mixed
$this
keys(mixed $keys) : $this
mixed
$this
range(mixed $start = NULL, mixed $end = NULL, bool $inclusive_end = false) : $this
mixed
mixed
bool
$this
id_range(null $start = NULL, null $end = NULL) : $this
null
null
$this
toString() : string
string
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