zip_cursor Struct Reference


Detailed Description

Structure to describe ZIP virtual table cursor.

Definition at line 121 of file zipfile.c.


Data Fields

sqlite3_vtab_cursor cursor
 SQLite virtual table cursor.
int pos
 ZIP file position.
int usematches
 For filter EQ.
int nmatches
 For filter EQ.
int * matches
 For filter EQ.

Field Documentation

sqlite3_vtab_cursor zip_cursor::cursor

SQLite virtual table cursor.

Definition at line 122 of file zipfile.c.

Referenced by zip_vtab_column(), zip_vtab_eof(), zip_vtab_filter(), and zip_vtab_open().

ZIP file position.

Definition at line 123 of file zipfile.c.

Referenced by zip_vtab_column(), zip_vtab_eof(), zip_vtab_filter(), zip_vtab_next(), zip_vtab_open(), and zip_vtab_rowid().

For filter EQ.

Definition at line 124 of file zipfile.c.

Referenced by zip_vtab_column(), zip_vtab_eof(), zip_vtab_filter(), zip_vtab_open(), and zip_vtab_rowid().

For filter EQ.

Definition at line 125 of file zipfile.c.

Referenced by zip_vtab_column(), zip_vtab_eof(), zip_vtab_filter(), zip_vtab_next(), zip_vtab_open(), and zip_vtab_rowid().

For filter EQ.

Definition at line 126 of file zipfile.c.

Referenced by zip_vtab_close(), zip_vtab_column(), zip_vtab_filter(), zip_vtab_open(), and zip_vtab_rowid().


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

Generated on 9 Dec 2016 by doxygen.
Contact: chw@ch-werner.de