Data Fields
csv_cursor Struct Reference

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

Data Fields

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

Detailed Description

Structure to describe CSV virtual table cursor.

Definition at line 86 of file csvtable.c.

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 Tue Jul 12 2016 by doxygen.
Contact: chw@ch-werner.de