Home
last modified time | relevance | path

Searched refs:series_cursor (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c3362 /* series_cursor is a subclass of sqlite3_vtab_cursor which will
3366 typedef struct series_cursor series_cursor; typedef
3367 struct series_cursor { struct
3422 ** This method is the destructor for series_cursor objects.
3430 ** Constructor for a new series_cursor object.
3433 series_cursor *pCur; in seriesOpen()
3443 ** Destructor for a series_cursor.
3452 ** Advance a series_cursor to its next row of output.
3455 series_cursor *pCu in seriesNext()
[all...]

Completed in 20 milliseconds