Definition at line 86 of file csvtable.c.
Data Fields | |
| sqlite3_vtab_cursor | cursor |
| SQLite virtual table cursor. | |
| long | pos |
| CSV file position. | |
|
|
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(). |
|
|
CSV file position.
Definition at line 88 of file csvtable.c. Referenced by csv_vtab_next(), csv_vtab_open(), and csv_vtab_rowid(). |