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.
-