Uses of Interface
com.google.cloud.spanner.connection.AsyncStatementResult
-
Packages that use AsyncStatementResult Package Description com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of AsyncStatementResult in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return AsyncStatementResult Modifier and Type Method Description AsyncStatementResult
Connection. executeAsync(Statement statement)
Executes the given statement if allowed in the currentTransactionMode
and connection state asynchronously.
-