public class SimpleN1qlQuery extends AbstractN1qlQuery
| Modifier and Type | Method and Description |
|---|---|
protected JsonValue |
statementParameters()
The parameters to inject in the query, null or empty to ignore.
|
protected String |
statementType()
The type of the statement, used as JSON name in the final JSON form of the query
|
protected Object |
statementValue()
The JSON representation for the underlying
Statement in the final JSON form of the query |
String |
toString() |
n1ql, params, populateParameters, statementparameterized, parameterized, parameterized, parameterized, parameterized, parameterized, parameterized, parameterized, simple, simple, simple, simpleprotected String statementType()
AbstractN1qlQuerystatementType in class AbstractN1qlQueryprotected Object statementValue()
AbstractN1qlQueryStatement in the final JSON form of the querystatementValue in class AbstractN1qlQueryprotected JsonValue statementParameters()
AbstractN1qlQuerystatementParameters in class AbstractN1qlQueryCopyright © 2015 Couchbase, Inc.