Uses of Class
com.couchbase.columnar.client.java.Row
Packages that use Row
-
Uses of Row in com.couchbase.columnar.client.java
Methods in com.couchbase.columnar.client.java that return types with arguments of type RowMethod parameters in com.couchbase.columnar.client.java with type arguments of type RowModifier and TypeMethodDescriptionCluster.executeStreamingQuery
(String statement, Consumer<Row> rowAction, Consumer<QueryOptions> optionsCustomizer) default QueryMetadata
Queryable.executeStreamingQuery
(String statement, Consumer<Row> rowAction) Executes a query statement and passes result rows to the givenrowAction
callback, 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 givenrowAction
callback, one by one as they arrive from the server.Scope.executeStreamingQuery
(String statement, Consumer<Row> rowAction, Consumer<QueryOptions> options)