Uses of Interface
com.google.cloud.spanner.DatabaseClient
-
Packages that use DatabaseClient Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.cloud.spanner.connection Internal API for Google Cloud Spanner.com.google.cloud.spanner.testing -
-
Uses of DatabaseClient in com.google.cloud.spanner
Subinterfaces of DatabaseClient in com.google.cloud.spanner Modifier and Type Interface Description interfaceSessionASessioncan be used to perform transactions that read and/or modify data in a Cloud Spanner database.Methods in com.google.cloud.spanner that return DatabaseClient Modifier and Type Method Description DatabaseClientSpanner. getDatabaseClient(DatabaseId db)Returns aDatabaseClientfor the given database. -
Uses of DatabaseClient in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return DatabaseClient Modifier and Type Method Description default DatabaseClientConnection. getDatabaseClient()TheDatabaseClientthat is used by thisConnection. -
Uses of DatabaseClient in com.google.cloud.spanner.testing
Methods in com.google.cloud.spanner.testing that return DatabaseClient Modifier and Type Method Description DatabaseClientRemoteSpannerHelper. getDatabaseClient(Database db)
-