Orm<T> class

Constructors

Orm(QueryAble ctx)

Properties

ctx QueryAble
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableInfo TableDeclaration
getter/setter pair

Methods

byPrimary(Bean<T> obj) Future<T?>
deleteByPk(Bean<T> obj) Future<int>
deleteSql(String statement) String
insert(Bean<T> obj) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(String statement) Query<T>
statementByPk() String
toString() String
A string representation of this object.
inherited
updateByPk(Bean<T> obj) Future<int>
updateSql(String statement) String
where(dynamic conditions) Query<T>

Operators

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