Searched defs:stmt_cursor (Results 1 – 1 of 1) sorted by relevance
268563 typedef struct stmt_cursor stmt_cursor; typedef268564 struct stmt_cursor { struct268565 sqlite3_vtab_cursor base; /* Base class - must be first */268566 sqlite3 *db; /* Database connection for this cursor */268567 StmtRow *pRow; /* Current row */