Bean<M> class abstract

Constructors

Bean()

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

asMap() Map<String, dynamic>
delete(String statement, QueryAble conn) Future<int>
deleteByPk(QueryAble conn) Future<int>
fromMap(Map<String, dynamic> map) → M
insert(QueryAble conn) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(String statement, QueryAble conn) Future<List<M>>
selectByPk(QueryAble conn) Future<M?>
toString() String
A string representation of this object.
inherited
update(String statement, QueryAble conn) Future<int>
updateByPK(QueryAble conn) Future<int>

Operators

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