ExecuteStatementResponse

The response elements represent the output of a request to run a SQL statement against a database.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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.

Link copied to clipboard

The records returned by the SQL statement. This field is blank if the formatRecordsAs parameter is set to JSON.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String