Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dstmt.c56 typedef struct stmt_cursor stmt_cursor; typedef
57 struct stmt_cursor { struct
58 sqlite3_vtab_cursor base; /* Base class - must be first */
59 sqlite3 *db; /* Database connection for this cursor */
60 StmtRow *pRow; /* Current row */