QueryProperty class

The QueryProperty types are responsible for the operator overloading. A QueryBuilder will be constructed, based on the any / all operations applied. When build() is called on the QueryBuilder a Query object will be created.

Implementers

Constructors

QueryProperty(int _entityId, int _propertyId, int _type)

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

isNull() Condition
notNull() Condition
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited