SqliteVtabRowidCallback

A successful invocation of this method will cause *pRowid to be filled with the rowid of row that the virtual table cursor pCur is currently pointing at. This method returns SQLITE_OK on success. It returns an appropriate error code on failure.

The xRowid Method

Types

Link copied to clipboard
sealed interface Result

Result for apply.

Link copied to clipboard
sealed interface Scope

Scope for apply.

Functions

Link copied to clipboard

Details on parameters and result can be found here