DataBean<TDao> class abstract

Inheritance
Implementers

Constructors

DataBean()
const

Properties

fields List<DataField>
no setter
hashCode int
The hash code for this object.
no setterinherited
layoutName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

join<Tb>(DataBean<Tb> other, {DataField? mainField, DataField? otherField, CompareType type = CompareType.equals}) TupleJoinQuerySource<TDao, Tb>
Create JoinedQuerySource where this DataBean is used as main source.
leftJoin<Tb>(DataBean<Tb> other, {DataField? mainField, DataField? otherField, CompareType type = CompareType.equals}) TupleJoinQuerySource<TDao, Tb?>
Create JoinedQuerySource where this DataBean is used as main source.
map(List<QueryResult> results) → TDao?
override
mapValues(Map<String, dynamic> data) → TDao
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unmap(TDao dao, {bool includePrimaryKey = false}) Map<String, dynamic>

Operators

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