SqliteVfsDeleteCallback

Represents the sqlite3_vfs.xDelete callback.

Functions

Link copied to clipboard
abstract fun apply(vfs: sqlite3_vfs, name: String, syncDir: Int): SqliteResultCode

Details on parameters and result can be found here.