Public Attributes | |
| struct database_iter_context_t | iter |
| publicly visible iteration context | |
| sqlite3_stmt * | stmt |
| query statement result being iterated over | |
| int | step_result |
| result from the last statement step operation | |
| struct lwatch_path_info_t | path_info |
| struct populated from query result returned as next iteration step | |
It contains the public database_iter_context_t struct which is all the public API presents. What follows the database_iter_context_t is not visible publicly and constitues the private state which is needed to step the iteration.
Definition at line 79 of file watch_database.c.
1.5.8