| Package | Description | 
|---|---|
| com.google.cloud.spanner | 
 A client for Cloud Spanner - A no-compromise relational database service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DatabaseInfo.State | 
DatabaseInfo.getState()
Returns the state of the database. 
 | 
static DatabaseInfo.State | 
DatabaseInfo.State.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DatabaseInfo.State[] | 
DatabaseInfo.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
Database(DatabaseId id,
        DatabaseInfo.State state,
        DatabaseAdminClient dbClient)  | 
DatabaseInfo(DatabaseId id,
            DatabaseInfo.State state)  | 
Copyright © 2019 Google LLC. All rights reserved.