Searched defs:stmt_cursor (Results 1 – 1 of 1) sorted by relevance
56 typedef struct stmt_cursor stmt_cursor; typedef57 struct stmt_cursor { struct58 sqlite3_vtab_cursor base; /* Base class - must be first */59 sqlite3 *db; /* Database connection for this cursor */60 StmtRow *pRow; /* Current row */