Uses of Class
com.couchbase.client.java.query.QueryResult
Packages that use QueryResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various query-service related classes.
-
Uses of QueryResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return QueryResultModifier and TypeMethodDescriptionPerforms a query against the query (N1QL) services.Cluster.query(String statement, QueryOptions options) Performs a query against the query (N1QL) services with custom options.Performs a N1QL query with defaultQueryOptionsin a ScopeScope.query(String statement, QueryOptions options) Performs a N1QL query with customQueryOptionsin a ScopeMethods in com.couchbase.client.java that return types with arguments of type QueryResultModifier and TypeMethodDescriptionPerforms a N1QL query with defaultQueryOptions.AsyncCluster.query(String statement, QueryOptions options) Performs a N1QL query with customQueryOptions.Performs a N1QL query with defaultQueryOptionsin a ScopeAsyncScope.query(String statement, QueryOptions options) Performs a N1QL query with customQueryOptionsin a Scope. -
Uses of QueryResult in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query that return types with arguments of type QueryResultModifier and TypeMethodDescriptionQueryAccessor.queryAsync(QueryRequest request, QueryOptions.Built options, JsonSerializer serializer) Performs a N1QL query and returns the result as a future. -
Uses of QueryResult in com.couchbase.client.java.transactions.internal
Methods in com.couchbase.client.java.transactions.internal that return types with arguments of type QueryResultModifier and TypeMethodDescriptionstatic Mono<QueryResult>SingleQueryTransactions.singleQueryTransactionBuffered(Core core, ClusterEnvironment environment, String statement, String bucketName, String scopeName, QueryOptions.Built opts)