Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlInstancesExecuteSqlResponse.
Execute SQL statements response.
Generated from protobuf message google.cloud.sql.v1.SqlInstancesExecuteSqlResponse
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ messages
array< SqlInstancesExecuteSqlResponse\Message
>
A list of notices and warnings generated during query execution. For PostgreSQL, this includes all notices and warnings. For MySQL, this includes warnings generated by the last executed statement. To retrieve all warnings for a multi-statement query, SHOW WARNINGS
must be executed after each statement.
↳ metadata
↳ results
↳ status
getMessages
A list of notices and warnings generated during query execution.
For PostgreSQL, this includes all notices and warnings.
For MySQL, this includes warnings generated by the last executed statement.
To retrieve all warnings for a multi-statement query, SHOW WARNINGS
must
be executed after each statement.
setMessages
A list of notices and warnings generated during query execution.
For PostgreSQL, this includes all notices and warnings.
For MySQL, this includes warnings generated by the last executed statement.
To retrieve all warnings for a multi-statement query, SHOW WARNINGS
must
be executed after each statement.
$this
getMetadata
The additional metadata information regarding the execution of the SQL statements.
hasMetadata
clearMetadata
setMetadata
The additional metadata information regarding the execution of the SQL statements.
$this
getResults
The list of results after executing all the SQL statements.
setResults
The list of results after executing all the SQL statements.
$this
getStatus
Contains the error from the database if the SQL execution failed.
hasStatus
clearStatus
setStatus
Contains the error from the database if the SQL execution failed.
$this

