Uses of Interface
com.google.cloud.spanner.connection.Connection
Packages that use Connection
-
Uses of Connection in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return ConnectionModifier and TypeMethodDescriptionConnectionOptions.getConnection()
Create a newConnection
from thisConnectionOptions
.Methods in com.google.cloud.spanner.connection with parameters of type ConnectionModifier and TypeMethodDescriptionConnection.TransactionCallable.run
(Connection transaction) This method is invoked with a fresh transaction on the connection.