Uses of Enum
com.google.cloud.spanner.DatabaseInfo.State
Packages that use DatabaseInfo.State
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of DatabaseInfo.State in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return DatabaseInfo.StateModifier and TypeMethodDescriptionDatabaseInfo.getState()Returns the state of the database.static DatabaseInfo.StateReturns 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.Constructors in com.google.cloud.spanner with parameters of type DatabaseInfo.StateModifierConstructorDescriptionDatabase(DatabaseId id, DatabaseInfo.State state, DatabaseAdminClient dbClient) DatabaseInfo(DatabaseId id, DatabaseInfo.State state)