zip_vtab Struct Reference

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

Data Fields

sqlite3_vtab vtab
 SQLite virtual table.
 
sqlite3 * db
 Open database.
 
zip_filezip
 ZIP file handle.
 
int sorted
 1 = sorted by path, -1 = sorting, 0 = unsorted
 
char tblname [1]
 Name, format "database".
 

Detailed Description

Structure to describe a ZIP virtual table.

Definition at line 107 of file zipfile.c.

Field Documentation

◆ db

sqlite3* zip_vtab::db

Open database.

Definition at line 109 of file zipfile.c.

Referenced by zip_vtab_bestindex(), and zip_vtab_connect().

◆ sorted

int zip_vtab::sorted

1 = sorted by path, -1 = sorting, 0 = unsorted

Definition at line 111 of file zipfile.c.

Referenced by zip_vtab_bestindex().

◆ tblname

char zip_vtab::tblname[1]

Name, format "database".

"table"

Definition at line 112 of file zipfile.c.

Referenced by zip_vtab_bestindex(), and zip_vtab_connect().

◆ vtab

sqlite3_vtab zip_vtab::vtab

SQLite virtual table.

Definition at line 108 of file zipfile.c.

Referenced by zip_vtab_connect().

◆ zip

zip_file* zip_vtab::zip

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

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