Interface AsyncStatementResult (0.14.1)

public interface AsyncStatementResult extends StatementResult

Implements

StatementResult

Methods

getNoResultAsync()

public abstract ApiFuture<Void> getNoResultAsync()
Returns
TypeDescription
ApiFuture<Void>

getResultSetAsync()

public abstract AsyncResultSet getResultSetAsync()
Returns
TypeDescription
com.google.cloud.spanner.AsyncResultSet

getUpdateCountAsync()

public abstract ApiFuture<Long> getUpdateCountAsync()
Returns
TypeDescription
ApiFuture<Long>