SqliteOpenOptions class

Constructors

SqliteOpenOptions({required bool primaryConnection, required bool readOnly, Mutex? mutex, String? debugName, Stream<UpdateNotification>? updates})
const

Properties

debugName → String?
Name used in debug logs
final
hashCode → int
The hash code for this object.
no setterinherited
mutex → Mutex?
Mutex to use in SqliteConnections
final
openMode → OpenMode
no setter
primaryConnection → bool
Whether this is the primary write connection for the database.
final
readOnly → bool
Whether this connection is read-only.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
updates → Stream<UpdateNotification>?
Stream of external update notifications
final

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