Query<T> class

Constructors

Query(String statement, QueryAble ctx, Orm<T> ormap)
Query.fromCondition(dynamic conditions, QueryAble ctx, Orm<T> ormap)

Properties

conditions ↔ dynamic
getter/setter pair
ctx QueryAble
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ormap Orm<T>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statement String
getter/setter pair
tableInfo TableDeclaration
getter/setter pair

Methods

delete(Bean<T> obj) Future<int>
fetch(Bean<T> obj, {bool all = false, int limit = 0, int offset = 0, List<Column> orderBy = const []}) Future<List<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trimSql() String
update(Bean<T> obj) Future<int>

Operators

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