WebSqliteOpenFactory class abstract mixin

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

WebSqliteOpenFactory.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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