SQL class

Constructors

SQL()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

buildTableRow List<Widget>
getter/setter pair
currentForeignKey ForeignKey?
getter/setter pair
dataTable Fresh<List<SQLMasterModel>>
getter/setter pair
globalData TableDatabase?
getter/setter pair
listOtherRelation List<ForeignKey>
getter/setter pair
listTableDatabase List<TableDatabase>
getter/setter pair
loading Fresh<bool>
getter/setter pair
maxData int?
getter/setter pair
getter/setter pair
selectColumn List<SelectData>
getter/setter pair
selectedTable SQLMasterModel?
getter/setter pair
showedData List
getter/setter pair

Static Methods

delete(dynamic id) → dynamic
dispose() → dynamic
getListRelation() Future<List<SelectData>>
getRelation({Function? withFunction}) → dynamic
getTableRow() → dynamic
refresh() → dynamic
selectTable(SQLMasterModel table, {Function? fillFunction}) → dynamic
showAddModal(dynamic context) → dynamic
view({dynamic isFirst = false, DBMerge? dbMerge, BuildContext? context}) → dynamic