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.
package |
Couchbase |
---|
bbox(\number[] $bbox) : $this
\number[]
$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