Package | Description |
---|---|
com.couchbase.client.java.query |
Modifier and Type | Method and Description |
---|---|
static SimpleN1qlQuery |
N1qlQuery.simple(Statement statement)
|
static SimpleN1qlQuery |
N1qlQuery.simple(Statement statement,
N1qlParams params)
|
static SimpleN1qlQuery |
N1qlQuery.simple(String statement)
Create a new
N1qlQuery with a plain raw statement in String form. |
static SimpleN1qlQuery |
N1qlQuery.simple(String statement,
N1qlParams params)
|
Copyright © 2015 Couchbase, Inc.. All rights reserved.