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 interfaceAsyncStatementResultMethods in com.google.cloud.spanner.connection that return StatementResult Modifier and Type Method Description StatementResultConnection. execute(Statement statement)Executes the given statement if allowed in the currentTransactionModeand connection state.default StatementResultConnection. execute(Statement statement, Set<StatementResult.ResultType> allowedResultTypes)Executes the given statement if allowed in the currentTransactionModeand connection state, and if the result that would be returned is in the set of allowed result types.
-