| Interface | Description |
|---|---|
| SqlServerStream |
Wrapper for results of an ExecuteQuery call that includes both the stream of rows and a future to
access
ResultSetMetadata. |
| Class | Description |
|---|---|
| ExecuteQueryCallable |
Callable that creates
SqlServerStreams from ExecuteQueryRequests. |
| ExecuteQueryCallContext |
Used to handle the state associated with an ExecuteQuery call.
|
| ExecuteQueryResumptionStrategy | |
| MetadataErrorHandlingCallable |
Callable that handles passing execeptions through to the metadata future.
|
| PlanRefreshingCallable |
Callable that allows passing of
ResultSetMetadata back to users throught the ExecuteQueryCallContext. |
| SqlRowMerger |
Used to transform a stream of ExecuteQueryResponse objects into rows.
|
| SqlRowMergingCallable | |
| SqlServerStreamImpl |
Implementation of
SqlServerStream using AutoValue
This is considered an internal implementation detail and should not be used by applications. |
Copyright © 2026 Google LLC. All rights reserved.