SqliteVfsAccessCallback

Represents the sqlite3_vfs.xAccess callback.

Functions

Link copied to clipboard
abstract fun apply(vfs: sqlite3_vfs, name: String, flags: SqliteAccessFlag, outFlags: Int32OutputParam?): SqliteResultCode

Details on parameters and result can be found here.