An additional interface for SqliteOpenFactory exposing additional functionality that is only relevant when compiling to the web.
The DefaultSqliteOpenFactory class implements this interface only when compiling for the web.
- Implemented types
Constructors
Properties
Methods
-
connectToWorker(
WebSqlite sqlite, String name) → Future< ConnectToRecommendedResult> -
Uses WebSqlite to connects to the recommended database setup for
name
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
SqliteOpenOptions options) → CommonDatabase -
Opens a direct connection to the SQLite database
inherited
-
openConnection(
SqliteOpenOptions options) → FutureOr< SqliteConnection> -
Opens an asynchronous SqliteConnection
inherited
-
openWebSqlite(
WebSqliteOptions options) → Future< WebSqlite> -
Opens a WebSqlite instance for the given
options
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited