Searched defs:closure_cursor (Results 1 – 1 of 1) sorted by relevance
157 typedef struct closure_cursor closure_cursor; typedef370 struct closure_cursor { struct371 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 */