RowMappingWriter class

Generates code mapping a row (represented as a Map) to positional and named Dart arguments.

Constructors

RowMappingWriter(List<MoorColumn> positional, Map<MoorColumn, String> named, MoorEntityWithResultSet table, GenerationOptions options, MoorOptions moorOptions)

Properties

hashCode int
The hash code for this object.
no setterinherited
moorOptions → MoorOptions
final
named Map<MoorColumn, String>
final
options GenerationOptions
final
positional List<MoorColumn>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table MoorEntityWithResultSet
final

Methods

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

Operators

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