csv_vtab Struct Reference

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

Data Fields

sqlite3_vtab vtab
 SQLite virtual table.
 
csv_filecsv
 CSV file handle.
 
int convert
 convert flags
 
char coltypes [1]
 column types
 

Detailed Description

Structure to describe a CSV virtual table.

Definition at line 73 of file csvtable.c.

Field Documentation

◆ coltypes

char csv_vtab::coltypes[1]

column types

Definition at line 77 of file csvtable.c.

Referenced by csv_vtab_column(), and csv_vtab_connect().

◆ convert

int csv_vtab::convert

convert flags

Definition at line 76 of file csvtable.c.

Referenced by csv_vtab_column(), and csv_vtab_connect().

◆ csv

csv_file* csv_vtab::csv

◆ vtab

sqlite3_vtab csv_vtab::vtab

SQLite virtual table.

Definition at line 74 of file csvtable.c.

Referenced by csv_vtab_connect().


The documentation for this struct was generated from the following file:

Generated on Sun Nov 26 2023 by doxygen.
Contact: chw@ch-werner.de