Uses of Interface
com.google.cloud.spanner.jdbc.TransactionRetryListener
Packages that use TransactionRetryListener
Package
Description
A JDBC driver for Cloud Spanner - A no-compromise relational database service.
-
Uses of TransactionRetryListener in com.google.cloud.spanner.jdbc
Methods in com.google.cloud.spanner.jdbc that return types with arguments of type TransactionRetryListenerModifier and TypeMethodDescriptionCloudSpannerJdbcConnection.getTransactionRetryListeners()Deprecated.Methods in com.google.cloud.spanner.jdbc with parameters of type TransactionRetryListenerModifier and TypeMethodDescriptionvoidCloudSpannerJdbcConnection.addTransactionRetryListener(TransactionRetryListener listener) Deprecated.booleanCloudSpannerJdbcConnection.removeTransactionRetryListener(TransactionRetryListener listener) Deprecated.