Searched defs:series_cursor (Results 1 – 1 of 1) sorted by relevance
3366 typedef struct series_cursor series_cursor; typedef3367 struct series_cursor { struct3368 sqlite3_vtab_cursor base; /* Base class - must be first */3369 int isDesc; /* True to count down rather than up */3370 sqlite3_int64 iRowid; /* The rowid */3371 sqlite3_int64 iValue; /* Current value ("value") */3372 sqlite3_int64 mnValue; /* Mimimum value ("start") */3373 sqlite3_int64 mxValue; /* Maximum value ("stop") */3374 sqlite3_int64 iStep; /* Increment ("step") */