CouchbaseN1qlQuery

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

package

Couchbase

Methods

Creates a new N1qlQuery instance directly from a N1QL DML.

fromString(mixed $str) : \CouchbaseN1qlQuery
static

Arguments

$str

mixed

Response

\CouchbaseN1qlQuery

Generates the N1QL string as it will be passed to the server.

toString() : string

Response

string