DatabaseTracker class

Internal class that we don't export to sqflite users. See tracker for why this is necessary.

Constructors

DatabaseTracker()
Creates a new tracker with necessary tables.

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

markClosed(Database db) → void
Marks the database db as closed.
markOpened(Database db) → void
Tracks the db. The path argument can be used to track the path of that database, if it's bound to a file.
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