Reference documentation and code samples for the Cloud Spanner V1 Client class GetDatabaseDdlResponse.
The response for GetDatabaseDdl.
Generated from protobuf message google.spanner.admin.database.v1.GetDatabaseDdlResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ statements |
array
A list of formatted DDL statements defining the schema of the database specified in the request. |
getStatements
A list of formatted DDL statements defining the schema of the database specified in the request.
Generated from protobuf field repeated string statements = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setStatements
A list of formatted DDL statements defining the schema of the database specified in the request.
Generated from protobuf field repeated string statements = 1;
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |