open_v2 method

int open_v2(
  1. String filename,
  2. PtrPtrSqlite3 ppDb,
  3. int flags,
  4. String? zVfs,
)

Cross platform interface api for sqlite3_open_v2

Implementation

int open_v2(String filename, cpf.PtrPtrSqlite3 ppDb, int flags, String? zVfs) =>
    _sqlite.open_v2(filename, ppDb, flags, zVfs);