public class SimpleQuery extends AbstractQuery
| 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 |
n1ql, params, populateParameters, statementparametrized, parametrized, parametrized, parametrized, parametrized, parametrized, parametrized, parametrized, prepared, prepared, prepared, prepared, prepared, prepared, simple, simple, simple, simpleprotected String statementType()
AbstractQueryThe type of the statement, used as JSON name in the final JSON form of the query
statementType in class AbstractQueryprotected Object statementValue()
AbstractQueryThe JSON representation for the underlying Statement in the final JSON form of the query
statementValue in class AbstractQueryprotected JsonValue statementParameters()
AbstractQueryThe parameters to inject in the query, null or empty to ignore.
statementParameters in class AbstractQueryCopyright © 2014 Couchbase, Inc.