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 AsyncStatementResultConnection. executeAsync(Statement statement)Executes the given statement if allowed in the currentTransactionModeand connection state asynchronously.
-