Searched defs:series_cursor (Results 1 – 2 of 2) sorted by relevance
3345 typedef struct series_cursor series_cursor; typedef3346 struct series_cursor { struct3347 sqlite3_vtab_cursor base; /* Base class - must be first */3348 int isDesc; /* True to count down rather than up */3349 sqlite3_int64 iRowid; /* The rowid */3350 sqlite3_int64 iValue; /* Current value ("value") */3351 sqlite3_int64 mnValue; /* Mimimum value ("start") */3352 sqlite3_int64 mxValue; /* Maximum value ("stop") */3353 sqlite3_int64 iStep; /* Increment ("step") */
3350 typedef struct series_cursor series_cursor; typedef3351 struct series_cursor { struct3352 sqlite3_vtab_cursor base; /* Base class - must be first */3353 int isDesc; /* True to count down rather than up */3354 sqlite3_int64 iRowid; /* The rowid */3355 sqlite3_int64 iValue; /* Current value ("value") */3356 sqlite3_int64 mnValue; /* Mimimum value ("start") */3357 sqlite3_int64 mxValue; /* Maximum value ("stop") */3358 sqlite3_int64 iStep; /* Increment ("step") */