csv_cursor Struct Reference

Structure to describe CSV virtual table cursor. More...

Data Fields

sqlite3_vtab_cursor cursor
 SQLite virtual table cursor.
 
long pos
 CSV file position.
 

Detailed Description

Structure to describe CSV virtual table cursor.

Definition at line 86 of file csvtable.c.

Field Documentation

◆ cursor

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

◆ pos

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