Uses of Class
com.couchbase.columnar.client.java.QueryMetadata
Packages that use QueryMetadata
-
Uses of QueryMetadata in com.couchbase.columnar.client.java
Methods in com.couchbase.columnar.client.java that return QueryMetadataModifier and TypeMethodDescriptionCluster.executeStreamingQuery(String statement, Consumer<Row> rowAction, Consumer<QueryOptions> optionsCustomizer) default QueryMetadataQueryable.executeStreamingQuery(String statement, Consumer<Row> rowAction) Executes a query statement and passes result rows to the givenrowActioncallback, one by one as they arrive from the server.Queryable.executeStreamingQuery(String statement, Consumer<Row> rowAction, Consumer<QueryOptions> options) Executes a query statement using the specified options, (query parameters, etc.), and passes result rows to the givenrowActioncallback, one by one as they arrive from the server.Scope.executeStreamingQuery(String statement, Consumer<Row> rowAction, Consumer<QueryOptions> options) QueryResult.metadata()