Remove class

Implemented types

Constructors

Remove(String name)

Properties

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

Methods

and(Expression exp) Remove
override
andMap<T>(Iterable<T> iterable, MappedExpression<T> func) Remove
override
between<T>(String column, T low, T high) Remove
override
eq<T>(String column, T val) Remove
override
eqCol<T>(String column, T val) Remove
exec(Adapter adapter) Future<int>
gt<T>(String column, T val) Remove
override
gtEq<T>(String column, T val) Remove
override
like(String column, String val) Remove
override
lt<T>(String column, T val) Remove
override
ltEq<T>(String column, T val) Remove
override
ne<T>(String column, T val) Remove
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
or(Expression exp) Remove
override
orMap<T>(Iterable<T> iterable, MappedExpression<T> func) Remove
override
toString() String
A string representation of this object.
inherited
where(Expression exp) Remove
override

Operators

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