Interface StatementResult

All Known Subinterfaces:
AsyncStatementResult

@InternalApi public interface StatementResult
A result of the execution of a statement. Statements that are executed by the Connection.execute(com.google.cloud.spanner.Statement) method could have different types of return values. These are wrapped in a StatementResult.