RawValuesInsertable<D> class

An Insertable implementation based on raw column expressions.

Mostly used in generated code.

Implemented types

Constructors

RawValuesInsertable(Map<String, Expression<Object>> data)
Creates a RawValuesInsertable based on the data to insert or update.
const

Properties

data Map<String, Expression<Object>>
A map from column names to a value that should be inserted or updated.
final
hashCode int
The hash code for this object.
no setterinherited
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
toColumns(bool nullToAbsent) Map<String, Expression<Object>>
Converts this object into a map of column names to expressions to insert or update.
override
toString() String
A string representation of this object.
override

Operators

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