ValueDao<T extends Po> class abstract

Inheritance

Constructors

ValueDao()

Properties

convertor Convertor<T>
no setter
createSql String
no setterinherited
database Database
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attach(Database database) → void
inherited
clear() Future<int>
create(Database database, int version) Future<void>
inherited
deleteById(String? id, String idColumn) Future<int>
insert(T frame, {CustomInsert? param}) Future<int>
insertAll(List<T> frames, {InsertParam param = const BatchInsert()}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query([Query? query]) Future<List<T>>
queryById(String id, String idColumn) Future<T>
queryOne([Query? query]) Future<T>
toString() String
A string representation of this object.
inherited
update(String id, T frame) Future<int>

Operators

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