QueryIntegerProperty<EntityT> class
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
-
between(int p1, int p2, {String? alias})
→ Condition<EntityT>
-
Finds objects with property value between and including the first and second value.
-
equals(int p, {String? alias})
→ Condition<EntityT>
-
-
greaterOrEqual(int p, {String? alias})
→ Condition<EntityT>
-
-
greaterThan(int p, {String? alias})
→ Condition<EntityT>
-
-
isNull({String? alias})
→ Condition<EntityT>
-
inherited
-
lessOrEqual(int p, {String? alias})
→ Condition<EntityT>
-
-
lessThan(int p, {String? alias})
→ Condition<EntityT>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notEquals(int p, {String? alias})
→ Condition<EntityT>
-
-
notNull({String? alias})
→ Condition<EntityT>
-
inherited
-
notOneOf(List<int> list, {String? alias})
→ Condition<EntityT>
-
-
oneOf(List<int> list, {String? alias})
→ Condition<EntityT>
-
-
toString()
→ String
-
A string representation of this object.
inherited