class Aws::RDSDataService::Types::ExecuteStatementResponse
@see docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/ExecuteStatementResponse AWS API Documentation
@return [Array<Array<Types::Field>>]
The records returned by the SQL statement.
@!attribute [rw] records
@return [Integer]
The number of records updated by the request.
@!attribute [rw] number_of_records_updated
@return [Array<Types::Field>]
<note> <p>The generatedFields
data isn’t supported by Aurora PostgreSQL. To get the values of generated fields, use the RETURNING
clause. For more information, see <a href=“www.postgresql.org/docs/10/dml-returning.html”>Returning Data From Modified Rows</a> in the PostgreSQL documentation.</p> </note>
Values for fields generated during the request.
@!attribute [rw] generated_fields
@return [Array<Types::ColumnMetadata>]
Metadata for the columns included in the results.
@!attribute [rw] column_metadata
statement against a database.
The response elements represent the output of a request to run a SQL