Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

rownumber_ctx Struct Reference


Detailed Description

SQLite context structure for "rownumber" function.

Definition at line 1814 of file blobtoxy.c.

Data Fields

sqlite3_context * ctx
 SQLite context.

sqlite3_value * value
 SQLite value for this context.

sqlite_int64 count
 Counter giving row number.


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 23 Oct 2023 by doxygen.
Contact: chw@ch-werner.de