RawValuesInsertable<D> class
Null safety
An Insertable implementation based on raw column expressions.
Mostly used in generated code.
- Implemented types
-
- Insertable<
D>
- Insertable<
Constructors
-
RawValuesInsertable(Map<
String, Expression> data) -
Creates a RawValuesInsertable based on the data to insert or update.
const
Properties
-
data
→ Map<
String, Expression> -
A map from column names to a value that should be inserted or updated. [...]
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toColumns(
bool nullToAbsent) → Map< String, Expression> -
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