Uses of Class
com.google.cloud.spanner.DatabaseInfo.DatabaseField
-
Packages that use DatabaseInfo.DatabaseField Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of DatabaseInfo.DatabaseField in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return DatabaseInfo.DatabaseField Modifier and Type Method Description static DatabaseInfo.DatabaseFieldDatabaseInfo.DatabaseField. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseInfo.DatabaseField[]DatabaseInfo.DatabaseField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.spanner with parameters of type DatabaseInfo.DatabaseField Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Database,UpdateDatabaseMetadata>DatabaseAdminClient. updateDatabase(Database database, DatabaseInfo.DatabaseField... fieldsToUpdate)Updates a Cloud Spanner database.
-