Uses of Interface
com.google.cloud.spanner.connection.StatementResult
-
Packages that use StatementResult Package Description com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of StatementResult in com.google.cloud.spanner.connection
Subinterfaces of StatementResult in com.google.cloud.spanner.connection Modifier and Type Interface Description interface
AsyncStatementResult
Methods in com.google.cloud.spanner.connection that return StatementResult Modifier and Type Method Description StatementResult
Connection. execute(Statement statement)
Executes the given statement if allowed in the currentTransactionMode
and connection state.default StatementResult
Connection. execute(Statement statement, Set<StatementResult.ResultType> allowedResultTypes)
Executes the given statement if allowed in the currentTransactionMode
and connection state, and if the result that would be returned is in the set of allowed result types.
-