DbViewerDatabase class abstract

Properties

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

Methods

buildWhereWidget({required VoidCallback onAddClicked, required List<WhereClause> whereClauses}) Widget
count(String entityName) Stream<int>
customSelect(String query, {Set<String>? fromEntityNames}) Future<List<Map<String, dynamic>>>
customSelectStream(String query, {Set<String>? fromEntityNames}) Stream<List<Map<String, dynamic>>>
getCachedFilterData(String entityName) FilterData
getColumnNamesByEntityName(String entityName) List<String>
getFilterData(String entityName) FilterData
getType(String entityName, String columnName) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remapData(String entityName, List<Map<String, dynamic>> data) List<Map<String, dynamic>>
runCustomStatement(String query) Future<void>
toString() String
A string representation of this object.
inherited
updateFilterData(String entityName, FilterData filterData) → void

Operators

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

Static Methods

initDb(DbViewerDatabase db) → void
instance() DbViewerDatabase