Provides access to sqlite3
functions, such as opening new databases.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tempDirectory ↔ String?
-
Accesses the
sqlite3_temp_directory
variable.getter/setter pair - version → Version
-
The version of the sqlite3 library in used.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
String filename, {String? vfs, OpenMode mode = OpenMode.readWriteCreate, bool uri = false, bool? mutex}) → CommonDatabase - Opens a database file.
-
openInMemory(
) → CommonDatabase - Opens an in-memory database.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited