Uses of Interface
com.google.cloud.spanner.BatchReadOnlyTransaction
-
Packages that use BatchReadOnlyTransaction Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of BatchReadOnlyTransaction in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return BatchReadOnlyTransaction Modifier and Type Method Description BatchReadOnlyTransactionBatchClient. batchReadOnlyTransaction(BatchTransactionId batchTransactionId)Returns aBatchReadOnlyTransactioncontext in which multiple reads and/or queries can be performed.BatchReadOnlyTransactionBatchClient. batchReadOnlyTransaction(TimestampBound bound)Returns aBatchReadOnlyTransactioncontext in which multiple reads and/or queries can be performed.BatchReadOnlyTransactionBatchClientImpl. batchReadOnlyTransaction(BatchTransactionId batchTransactionId)BatchReadOnlyTransactionBatchClientImpl. batchReadOnlyTransaction(TimestampBound bound)
-