SQLiteConnector class

Constructors

SQLiteConnector(String filename, {String? vfs, OpenMode mode = OpenMode.readWriteCreate, bool uri = false, bool? mutex})

Properties

filename String
final
hashCode int
The hash code for this object.
no setterinherited
mode → OpenMode
final
mutex bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedFeatures Set<DatabaseFeature>
Implementors must return a correct set of supported feature. The provided ConnectorTestSuite runs tests conditionally based on what this set contains. Core features are implicit, so a basic implementation could return an empty set.
no setter
uri bool
final
vfs String?
final

Methods

connect([InitFunction? init]) Future<SQLiteConnection>
Connects to the database, optionally performing any initialization tasks.
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