JdbDatabaseIdb constructor

JdbDatabaseIdb(
  1. JdbFactoryIdb _factory,
  2. Database _idbDatabase,
  3. int _id,
  4. String _path,
  5. DatabaseOpenOptions? _options,
)

New in memory database.

Implementation

JdbDatabaseIdb(
  this._factory,
  this._idbDatabase,
  this._id,
  this._path,
  this._options,
);