- Implemented types
-
- 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
-
and(Expression exp)
→ Whereable
-
-
andMap<T>(Iterable<T> iterable, MappedExpression<T> func)
→ Whereable
-
-
between<T>(String column, T low, T high)
→ Whereable
-
-
eq<T>(String column, T val)
→ Whereable
-
-
gt<T>(String column, T val)
→ Whereable
-
-
gtEq<T>(String column, T val)
→ Whereable
-
-
like(String column, String val)
→ Whereable
-
-
lt<T>(String column, T val)
→ Whereable
-
-
ltEq<T>(String column, T val)
→ Whereable
-
-
ne<T>(String column, T val)
→ Whereable
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
or(Expression exp)
→ Whereable
-
-
orMap<T>(Iterable<T> iterable, MappedExpression<T> func)
→ Whereable
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
where(Expression exp)
→ Whereable
-