Interface SqlServerStream
- All Known Implementing Classes:
SqlServerStreamImpl
@InternalApi("For internal use only")
public interface SqlServerStream
Wrapper for results of an ExecuteQuery call that includes both the stream of rows and a future to
access
ResultSetMetadata.
This should only be created by ExecuteQueryCallable, never directly by users/
This is considered an internal implementation detail and should not be used by applications.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<ResultSetMetadata>com.google.api.gax.rpc.ServerStream<com.google.cloud.bigtable.data.v2.internal.SqlRow>rows()
-
Method Details
-
metadataFuture
com.google.api.core.ApiFuture<ResultSetMetadata> metadataFuture() -
rows
com.google.api.gax.rpc.ServerStream<com.google.cloud.bigtable.data.v2.internal.SqlRow> rows()
-