SqlStatementPayload class

SQL statement emitted by relational drivers.

Inheritance

Constructors

SqlStatementPayload({required String sql, List<Object?> parameters = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
normalized NormalizedPreview
Normalized preview metadata. Implementations must provide a consistent structure so shared tooling can rely on a uniform schema.
no setteroverride
parameters List<Object?>
Bindings associated with sql.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sql String
SQL statement text.
final
summary String
Short human-readable summary for logging (SQL text, command name, etc.).
no setteroverride

Methods

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

Operators

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