SQLite context structure for "rownumber" function. More...
Data Fields | |
| sqlite3_context * | ctx |
| SQLite context. More... | |
| sqlite3_value * | value |
| SQLite value for this context. More... | |
| sqlite_int64 | count |
| Counter giving row number. More... | |
SQLite context structure for "rownumber" function.
Definition at line 1814 of file blobtoxy.c.
| sqlite_int64 rownumber_ctx::count |
Counter giving row number.
Definition at line 1817 of file blobtoxy.c.
Referenced by rownumber_func().
| sqlite3_context* rownumber_ctx::ctx |
| sqlite3_value* rownumber_ctx::value |
SQLite value for this context.
Definition at line 1816 of file blobtoxy.c.
Referenced by rownumber_func().