Data Fields
rownumber_ctx Struct Reference

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...
 

Detailed Description

SQLite context structure for "rownumber" function.

Definition at line 1814 of file blobtoxy.c.

Field Documentation

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

SQLite context.

Definition at line 1815 of file blobtoxy.c.

Referenced by rownumber_func().

sqlite3_value* rownumber_ctx::value

SQLite value for this context.

Definition at line 1816 of file blobtoxy.c.

Referenced by rownumber_func().


The documentation for this struct was generated from the following file:

Generated on Sun Oct 25 2015 by doxygen.
Contact: chw@ch-werner.de