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.
-
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.