Update class

Implemented types

Constructors

Update(String name, {Expression? where})

Properties

asImmutable ImmutableUpdateStatement
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

and(Expression exp) Update
override
andMap<T>(Iterable<T> iterable, MappedExpression<T> func) Update
override
between<T>(String column, T low, T high) Update
override
eq<T>(String column, T val) Update
override
exec(Adapter adapter) Future<int>
gt<T>(String column, T val) Update
override
gtEq<T>(String column, T val) Update
override
like(String column, String val) Update
override
lt<T>(String column, T val) Update
override
ltEq<T>(String column, T val) Update
override
ne<T>(String column, T val) Update
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
or(Expression exp) Update
override
orMap<T>(Iterable<T> iterable, MappedExpression<T> func) Update
override
set<ValType>(Field<ValType> field, ValType value) Update
override
setBool(String column, bool value) Update
Convenience method to set the value of bool column.
override
setDateTime(String column, DateTime value) Update
Convenience method to set the value of date time column.
override
setInt(String column, int value) Update
Convenience method to set the value of int column.
override
setMany(List<SetColumn> columns) Update
override
setString(String column, String value) Update
Convenience method to set the value of string column.
override
setValue<ValType>(String column, ValType value) Update
override
setValues(Map<String, dynamic> values) Update
override
toString() String
A string representation of this object.
inherited
where(Expression exp) Update
override

Operators

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