ExecuteStatementResponse class

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

Constructors

ExecuteStatementResponse({List<ColumnMetadata>? columnMetadata, List<Field>? generatedFields, int? numberOfRecordsUpdated, List<List<Field>>? records})
ExecuteStatementResponse.fromJson(Map<String, dynamic> json)
factory

Properties

columnMetadata List<ColumnMetadata>?
Metadata for the columns included in the results.
final
generatedFields List<Field>?
Values for fields generated during the request.
final
hashCode int
The hash code for this object.
no setterinherited
numberOfRecordsUpdated int?
The number of records updated by the request.
final
records List<List<Field>>?
The records returned by the SQL statement.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited