@InternalApi public interface AsyncStatementResult extends StatementResult
StatementResult.ClientSideStatementType, StatementResult.ResultType
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<Void> |
getNoResultAsync()
Returns a future that tracks the progress of a statement that returns no result.
|
AsyncResultSet |
getResultSetAsync()
Returns the
AsyncResultSet held by this result. |
com.google.api.core.ApiFuture<Long> |
getUpdateCountAsync()
Returns the update count held by this result.
|
getClientSideStatementType, getResultSet, getResultType, getUpdateCount
AsyncResultSet getResultSetAsync()
AsyncResultSet
held by this result. May only be called if the type of this
result is StatementResult.ResultType.RESULT_SET
.AsyncResultSet
held by this result.com.google.api.core.ApiFuture<Long> getUpdateCountAsync()
StatementResult.ResultType.UPDATE_COUNT
.com.google.api.core.ApiFuture<Void> getNoResultAsync()
Copyright © 2022 Google LLC. All rights reserved.