Home
last modified time | relevance | path

Searched defs:closure_cursor (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dclosure.c157 typedef struct closure_cursor closure_cursor; typedef
370 struct closure_cursor { struct
371 sqlite3_vtab_cursor base; /* Base class - must be first */
372 closure_vtab *pVtab; /* The virtual table this cursor belongs to */
373 char *zTableName; /* Name of table holding parent/child relation */
374 char *zIdColumn; /* Name of ID column of zTableName */
375 char *zParentColumn; /* Name of PARENT column in zTableName */
376 closure_avl *pCurrent; /* Current element of output */
377 closure_avl *pClosure; /* The complete closure tree */