Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::GetDatabaseDdlResponse.
The response for GetDatabaseDdl.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#statements
def statements() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of formatted DDL statements defining the schema of the database specified in the request.
#statements=
def statements=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of formatted DDL statements defining the schema of the database specified in the request.
Returns
- (::Array<::String>) — A list of formatted DDL statements defining the schema of the database specified in the request.