rownumber_ctx Struct Reference

SQLite context structure for "rownumber" function. More...

Data Fields

sqlite3_context * ctx
 SQLite context.
 
sqlite3_value * value
 SQLite value for this context.
 
sqlite_int64 count
 Counter giving row number.
 

Detailed Description

SQLite context structure for "rownumber" function.

Definition at line 1814 of file blobtoxy.c.

Field Documentation

◆ count

sqlite_int64 rownumber_ctx::count

Counter giving row number.

Definition at line 1817 of file blobtoxy.c.

Referenced by rownumber_func().

◆ ctx

sqlite3_context* rownumber_ctx::ctx

SQLite context.

Definition at line 1815 of file blobtoxy.c.

Referenced by rownumber_func().

◆ value

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