Uses of Enum
com.google.cloud.spanner.connection.TransactionMode
Packages that use TransactionMode
-
Uses of TransactionMode in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return TransactionModeModifier and TypeMethodDescriptionConnection.getTransactionMode()static TransactionModeReturns the enum constant of this type with the specified name.static TransactionMode[]TransactionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.spanner.connection with parameters of type TransactionModeModifier and TypeMethodDescriptionvoidConnection.setTransactionMode(TransactionMode transactionMode) Sets the transaction mode to use for current transaction.