Structure to describe CSV virtual table cursor. More...
Data Fields | |
sqlite3_vtab_cursor | cursor |
SQLite virtual table cursor. | |
long | pos |
CSV file position. | |
Structure to describe CSV virtual table cursor.
Definition at line 86 of file csvtable.c.
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().