QueryIntegerProperty class

Inheritance

Constructors

QueryIntegerProperty({int entityId, int propertyId, int obxType})

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

equals(int p) Condition
greaterThan(int p) Condition
inside(List<int> list) Condition
lessThan(int p) Condition
notEquals(int p) Condition
notIn(List<int> list) Condition
notInList(List<int> list) Condition
isNull() Condition
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
notNull() Condition
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator <(int p) Condition
operator >(int p) Condition
operator ==(dynamic other) → bool
The equality operator. [...]
inherited