TableModel<E> class

Implementers

Constructors

TableModel(AnyMap model)

Properties

hashCode int
The hash code for this object.
no setterinherited
model ↔ AnyMap
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearModifyFlag() → void
delete({SQLExecutor? executor}) Future<QueryResult>
dumpTable() → void
get<T>(Object key) → T?
insert({List<Object>? columns, List<Object>? excludes, SQLExecutor? executor}) Future<RowData?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeProperty(Object key) Object?
set<T>(Object key, T? value) → void
toJson() String
toString() String
A string representation of this object.
override
update(VoidCallback callback, {SQLExecutor? executor}) Future<RowData?>
update modified fields within callback by key(s),
updateByKey({List<Object>? columns, List<Object>? excludes, SQLExecutor? executor}) Future<RowData?>
upsert({List<Object>? columns, List<Object>? excludes, SQLExecutor? executor}) Future<RowData?>

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](Object key) → dynamic
operator []=(Object key, dynamic value) → void