SqliteEnvironment class
An environment under which sqlite is running on the web.
As code running under WebAssembly doesn't have acccess to the file system or a random source, this functionality must be injected with a Dart wrapper.
Constructors
- SqliteEnvironment.new({Random? random, FileSystem? fileSystem})
Properties
- fileSystem → FileSystem
-
The file system used by sqlite3.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- random → Random
-
The source of randomness used in sqlite3, such as in the
RANDOM()
function.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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