JdbDatabaseIdb constructor
JdbDatabaseIdb(
- JdbFactoryIdb _factory,
- Database _idbDatabase,
- int _id,
- String _path,
- DatabaseOpenOptions? _options,
New in memory database.
Implementation
JdbDatabaseIdb(
this._factory,
this._idbDatabase,
this._id,
this._path,
this._options,
);