UpdateQueryBuilder class abstract interface

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decrement(String column, [int amount = 1, Map<String, dynamic> extra = const {}]) Future<bool>
increment(String column, [int amount = 1, Map<String, dynamic> extra = const {}]) Future<bool>
incrementEach(Map<String, int> increments, [Map<String, dynamic> extra = const {}]) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Map<String, dynamic> values) Future<bool>
updateMany(List<Map<String, dynamic>> updates, String column) Future<bool>
updateOrInsert(Map<String, dynamic> search, Map<String, dynamic> update) Future<bool>

Operators

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