class GetDatabaseDdlResponse extends Message

The response for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].

Protobuf type Google\Spanner\Admin\Database\V1\GetDatabaseDdlResponse

Methods

__construct()

No description

RepeatedField
getStatements()

A list of formatted DDL statements defining the schema of the database specified in the request.

setStatements(array|RepeatedField $var)

A list of formatted DDL statements defining the schema of the database specified in the request.

Details

at line 26
__construct()

at line 38
RepeatedField 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;

Return Value

RepeatedField

at line 50
setStatements(array|RepeatedField $var)

A list of formatted DDL statements defining the schema of the database specified in the request.

Generated from protobuf field repeated string statements = 1;

Parameters

array|RepeatedField $var