Uses of Interface
com.google.cloud.spanner.BatchClient
-
Packages that use BatchClient Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.cloud.spanner.testing -
-
Uses of BatchClient in com.google.cloud.spanner
Classes in com.google.cloud.spanner that implement BatchClient Modifier and Type Class Description classBatchClientImplDefault implementation for Batch Client interface.Methods in com.google.cloud.spanner that return BatchClient Modifier and Type Method Description BatchClientSpanner. getBatchClient(DatabaseId db)Returns aBatchClientto do batch operations on Cloud Spanner databases. -
Uses of BatchClient in com.google.cloud.spanner.testing
Methods in com.google.cloud.spanner.testing that return BatchClient Modifier and Type Method Description BatchClientRemoteSpannerHelper. getBatchClient(Database db)
-