Uses of Class
com.couchbase.columnar.client.java.QueryOptions
Packages that use QueryOptions
-
Uses of QueryOptions in com.couchbase.columnar.client.java
Methods in com.couchbase.columnar.client.java that return QueryOptionsModifier and TypeMethodDescriptionQueryOptions.deserializer(@Nullable Deserializer deserializer) Sets the deserializer used byRow.as(java.lang.Class<T>)to convert query result rows into Java objects.QueryOptions.parameters(@Nullable List<?> positionalParameters) QueryOptions.parameters(@Nullable Map<String, ?> namedParameters) QueryOptions.priority(@Nullable QueryPriority priority) Specifies arbitrary name-value pairs to include the query request JSON.QueryOptions.scanConsistency(@Nullable ScanConsistency scanConsistency) Method parameters in com.couchbase.columnar.client.java with type arguments of type QueryOptionsModifier and TypeMethodDescriptionCluster.executeQuery(String statement, Consumer<QueryOptions> optionsCustomizer) Queryable.executeQuery(String statement, Consumer<QueryOptions> options) Executes a query statement using the specified options (query parameters, etc.), and buffers all result rows in memory.Scope.executeQuery(String statement, Consumer<QueryOptions> options)