SqliteVtabEofCallback

The xEof method must return false (zero) if the specified cursor currently points to a valid row of data, or true (non-zero) otherwise. This method is called by the SQL engine immediately after each xFilter and xNext invocation.

The xEof Method

Functions

Link copied to clipboard
abstract fun apply(cursor: VtabCursor): Int

Details on parameters and result can be found here.