SqliteManager class
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
-
deleteTable(String table, {String? where, List<Object?>? whereArgs})
→ Future<int?>
-
-
insertOrReplace(SqliteBaseTableData data)
→ Future<int?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
query(String tableName, {bool? distinct, List<String>? columns, String? where, List<Object?>? whereArgs, String? groupBy, String? having, String? orderBy, int? limit, int? offset})
→ Future<List<Map<String, Object?>>?>
-
-
toString()
→ String
-
A string representation of this object.
inherited