SqliteVfsOpenCallback
Represents the sqlite3_vfs.xOpen callback.
Functions
Link copied to clipboard
abstract fun apply(vfs: sqlite3_vfs, name: String?, file: sqlite3_file, flags: SqliteOpenFlag.Vfs, outFlags: SqliteVfsOpenFlagsOutputParam?): SqliteResultCode
Details on parameters and result can be found here.