Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

zip_vtab Struct Reference


Detailed Description

Structure to describe a ZIP virtual table.

Definition at line 107 of file zipfile.c.

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"."table".


Field Documentation

sqlite3* zip_vtab::db
 

Open database.

Definition at line 109 of file zipfile.c.

Referenced by zip_vtab_bestindex(), and zip_vtab_connect().

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().

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().

sqlite3_vtab zip_vtab::vtab
 

SQLite virtual table.

Definition at line 108 of file zipfile.c.

Referenced by zip_vtab_connect().

zip_file* zip_vtab::zip
 

ZIP file handle.

Definition at line 110 of file zipfile.c.

Referenced by zip_vtab_bestindex(), zip_vtab_column(), zip_vtab_connect(), zip_vtab_disconnect(), zip_vtab_eof(), and zip_vtab_filter().


The documentation for this struct was generated from the following file:
Generated on 23 Oct 2023 by doxygen.
Contact: chw@ch-werner.de