DedicatedDatabaseExecution class

Execution

Implemented types

Constructors

DedicatedDatabaseExecution({required List<Map> rows, required int rowCount, required List<DedicatedDatabaseExecutionColumn> columns, required int durationMs, required bool truncated, required int bytes})
DedicatedDatabaseExecution.fromMap(Map<String, dynamic> map)
factory

Properties

bytes int
Serialised payload size in bytes.
final
columns List<DedicatedDatabaseExecutionColumn>
Column metadata in result-set order.
final
durationMs int
Server-side execution time in milliseconds.
final
hashCode int
The hash code for this object.
no setterinherited
rowCount int
Number of rows returned (for SELECT) or affected (for INSERT/UPDATE/DELETE).
final
rows List<Map>
Result rows as a list of column-name => value maps. Empty for non-returning statements.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
truncated bool
True when the configured row or byte cap was hit and the result was truncated.
final

Methods

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

Operators

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