SetColumn<ValType> class
name:value pair used to set a column named name to value. Used during
inserts and updates.
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
name
→ String
-
Name of the column to set
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ ValType?
-
Value of the column
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setTo(ValType value)
→ SetColumn<ValType>
-
Returns a SetColumn that sets the current column to new
value
.
-
toString()
→ String
-
A string representation of this object.
inherited