Uses of Class
com.couchbase.client.java.query.QueryResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of QueryResult in com.couchbase.client.java
Modifier 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 defaultQueryOptions
in a ScopeScope.query
(String statement, QueryOptions options) Performs a N1QL query with customQueryOptions
in a ScopeModifier and TypeMethodDescriptionPerforms a N1QL query with defaultQueryOptions
.AsyncCluster.query
(String statement, QueryOptions options) Performs a N1QL query with customQueryOptions
.Performs a N1QL query with defaultQueryOptions
in a ScopeAsyncScope.query
(String statement, QueryOptions options) Performs a N1QL query with customQueryOptions
in a Scope.