Data Fields
XCSR Struct Reference

Structure to describe virtual table cursor. More...

Data Fields

sqlite3_vtab_cursor cursor
 SQLite virtual table cursor. More...
 
int pos
 Current index. More...
 
int nexpr
 Number of XPath expr. More...
 
XEXPfirst
 First XPath expr. More...
 
XEXPlast
 Last XPath expr. More...
 

Detailed Description

Structure to describe virtual table cursor.

Definition at line 109 of file xpath.c.

Field Documentation

sqlite3_vtab_cursor XCSR::cursor

SQLite virtual table cursor.

Definition at line 110 of file xpath.c.

Referenced by xpath_close(), xpath_column(), xpath_eof(), xpath_filter(), xpath_next(), xpath_open(), and xpath_rowid().

XEXP* XCSR::first

First XPath expr.

Definition at line 113 of file xpath.c.

Referenced by xpath_close(), xpath_next(), xpath_open(), and xpath_vfunc_common().

XEXP* XCSR::last

Last XPath expr.

Definition at line 114 of file xpath.c.

Referenced by xpath_open(), and xpath_vfunc_common().

int XCSR::nexpr

Number of XPath expr.

Definition at line 112 of file xpath.c.

Referenced by xpath_next(), xpath_open(), and xpath_vfunc_common().

int XCSR::pos

Current index.

Definition at line 111 of file xpath.c.

Referenced by xpath_column(), xpath_eof(), xpath_filter(), xpath_next(), xpath_open(), xpath_rowid(), and xpath_vfunc_common().


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

Generated on Tue Jul 12 2016 by doxygen.
Contact: chw@ch-werner.de