ExecuteSqlResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Execute a SQL statement response.
Attributes |
|
---|---|
Name | Description |
sql_results |
MutableSequence[google.cloud.alloydb_v1beta.types.SqlResult]
SqlResult represents the results for the execution of sql statements. |
metadata |
google.cloud.alloydb_v1beta.types.ExecuteSqlMetadata
Any additional metadata information regarding the execution of the sql statement. |