Uses of Interface
com.google.cloud.spanner.Spanner
Packages that use Spanner
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
Internal API for Google Cloud Spanner.
-
Uses of Spanner in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return SpannerModifier and TypeMethodDescriptionprotected SpannerLazySpannerInitializer.initialize()Initializes a defaultSpannerinstance.Methods in com.google.cloud.spanner with parameters of type SpannerModifier and TypeMethodDescriptionprotected booleanSpannerOptions.shouldRefreshService(Spanner cachedService) -
Uses of Spanner in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return SpannerModifier and TypeMethodDescriptiondefault SpannerConnection.getSpanner()TheSpannerinstance that is used by thisConnection. -
Uses of Spanner in com.google.cloud.spanner.testing
Methods in com.google.cloud.spanner.testing that return SpannerConstructors in com.google.cloud.spanner.testing with parameters of type SpannerModifierConstructorDescriptionprotectedRemoteSpannerHelper(SpannerOptions options, InstanceId instanceId, Spanner client)