Package com.couchbase.client.java.query
-
Interface Summary Interface Description AsyncN1qlQueryResult A representation of an N1QL query result.AsyncN1qlQueryRow N1qlQueryResult Represents the results of aN1qlQuery, in a blocking fashion.N1qlQueryRow SerializableStatement AStatementthat is also explicitlySerializable.Statement -
Class Summary Class Description AbstractN1qlQuery An abstract base for N1QLN1qlQuery.DefaultAsyncN1qlQueryResult The default implementation of anAsyncN1qlQueryResult.DefaultAsyncN1qlQueryRow DefaultN1qlQueryResult DefaultN1qlQueryRow Delete Index DSL starting point for creating and managing N1QL indexes.Insert Merge N1qlMetrics A class that represents N1QL metrics.N1qlParams Parameter Object forqueriesthat allows to fluently set most of the N1QL query parameters: - server side timeout - client context ID - scan consistency (with associated scan vector and/or scan wait if relevant) - max parallelism Note that these are different from statement-related named parameters or positional parameters.N1qlQuery Contract to describe N1QL queries.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).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).PreparedPayload The payload necessary to perform aPreparedN1qlQuery, as returned when issuing aPrepareStatement.PrepareStatement A PREPAREStatementthat wraps another Statement in order to send it to the server and produce aPreparedPayload.Select .SimpleN1qlQuery Update Upsert -
Enum Summary Enum Description N1qlProfile N1ql profile options -
Exception Summary Exception Description NamedPreparedStatementException An exception marking the fact that a Named Prepared Statement in N1QL couldn't be executed and that there was a fallback to re-preparing it.