Package | Description |
---|---|
com.couchbase.client.java.query |
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedN1qlQuery
Represent a N1QL query with an optionally parameterized statement (in which case the
values must be passed according to the type and number of placeholders).
|
class |
PreparedN1qlQuery
Represent a N1QL query, with a parameterized prepared statement plan (for which the
values must be passed according to the type and number of placeholders).
|
class |
SimpleN1qlQuery
|
Copyright © 2015 Couchbase, Inc.