ExecuteStatementResponse
class ExecuteStatementResponse
The response elements represent the output of a request to run a SQL statement against a database.
Types
Properties
Link copied to clipboard
Metadata for the columns included in the results. This field is blank if the formatRecordsAs
parameter is set to JSON
.
Link copied to clipboard
A string value that represents the result set of a SELECT
statement in JSON format. This value is only present when the formatRecordsAs
parameter is set to JSON
.
Link copied to clipboard
Values for fields generated during a DML request.
Link copied to clipboard
The number of records updated by the request.