Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ExecuteSqlMetadata.
Any additional metadata information regarding the execution of the SQL
Generated from protobuf message google.cloud.alloydb.v1.ExecuteSqlMetadata
Namespace
Google \ Cloud \ AlloyDb \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ message
string
Message related to SQL execution. Marked as core content since it can potentially contain details related to the query or result set. This field can be used to convey messages such as "when the SQL result set exceeds the acceptable response size limits."
↳ partial_result
bool
Set to true if SQL returned a result set larger than the acceptable response size limits and the result was truncated.
↳ sql_statement_execution_duration
↳ status
int
Status of SQL execution.
getMessage
Message related to SQL execution. Marked as core content since it can potentially contain details related to the query or result set. This field can be used to convey messages such as "when the SQL result set exceeds the acceptable response size limits."
string
setMessage
Message related to SQL execution. Marked as core content since it can potentially contain details related to the query or result set. This field can be used to convey messages such as "when the SQL result set exceeds the acceptable response size limits."
var
string
$this
getPartialResult
Set to true if SQL returned a result set larger than the acceptable response size limits and the result was truncated.
bool
setPartialResult
Set to true if SQL returned a result set larger than the acceptable response size limits and the result was truncated.
var
bool
$this
getSqlStatementExecutionDuration
The time duration taken to execute the sql statement.
hasSqlStatementExecutionDuration
clearSqlStatementExecutionDuration
setSqlStatementExecutionDuration
The time duration taken to execute the sql statement.
$this
getStatus
Status of SQL execution.
int
setStatus
Status of SQL execution.
var
int
$this