SqliteVtabOpenCallback

The xOpen method creates a new cursor used for accessing (read and/or writing) a virtual table. A successful invocation of this method will allocate the memory for the sqlite3_vtab_cursor (or a subclass), initialize the new object, and make *ppCursor point to the new object.

The xOpen Method

Types

Link copied to clipboard
sealed interface Result<out VtabCursor : sqlite3_vtab_cursor>

Result for apply.

Link copied to clipboard

Scope for apply.

Functions

Link copied to clipboard

Details on parameters and result can be found here