Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c269316 typedef struct stmt_cursor stmt_cursor; typedef
269317 struct stmt_cursor { struct
269318 sqlite3_vtab_cursor base; /* Base class - must be first */
269319 sqlite3 *db; /* Database connection for this cursor */
269320 StmtRow *pRow; /* Current row */