MConfigs class

Inheritance

Constructors

MConfigs(AnyMap model)

Properties

fValue double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
model ↔ AnyMap
getter/setter pairinherited
name String
getter/setter pair
nValue int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sValue String?
getter/setter pair

Methods

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

Operators

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

Static Properties

table TableOf<MConfigs, dynamic>
final

Static Methods

getDouble(String name) Future<double?>
getInt(String name) Future<int?>
getString(String name) Future<String?>
putDouble(String name, double value) → void
putInt(String name, int value) → void
putString(String name, String value) → void
remove(String name) → void