Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

csv_cursor Struct Reference


Detailed Description

Structure to describe CSV virtual table cursor.

Definition at line 86 of file csvtable.c.

Data Fields

sqlite3_vtab_cursor cursor
 SQLite virtual table cursor.

long pos
 CSV file position.


Field Documentation

sqlite3_vtab_cursor csv_cursor::cursor
 

SQLite virtual table cursor.

Definition at line 87 of file csvtable.c.

Referenced by csv_vtab_column(), csv_vtab_eof(), csv_vtab_filter(), csv_vtab_next(), and csv_vtab_open().

long csv_cursor::pos
 

CSV file position.

Definition at line 88 of file csvtable.c.

Referenced by csv_vtab_next(), csv_vtab_open(), and csv_vtab_rowid().


The documentation for this struct was generated from the following file:
Generated on 23 Oct 2023 by doxygen.
Contact: chw@ch-werner.de