Definition at line 73 of file csvtable.c.
Data Fields | |
| sqlite3_vtab | vtab |
| SQLite virtual table. | |
| csv_file * | csv |
| CSV file handle. | |
| int | convert |
| convert flags | |
| char | coltypes [1] |
| column types | |
|
|
column types
Definition at line 77 of file csvtable.c. Referenced by csv_vtab_column(), and csv_vtab_connect(). |
|
|
convert flags
Definition at line 76 of file csvtable.c. Referenced by csv_vtab_column(), and csv_vtab_connect(). |
|
|
CSV file handle.
Definition at line 75 of file csvtable.c. Referenced by csv_vtab_column(), csv_vtab_connect(), csv_vtab_disconnect(), csv_vtab_eof(), csv_vtab_filter(), csv_vtab_next(), and csv_vtab_open(). |
|
|
SQLite virtual table.
Definition at line 74 of file csvtable.c. Referenced by csv_vtab_connect(). |