#include <watch_database.h>
Public Attributes | |
| database_iter_next_t | next |
| pointer to function returning pointer to lwatch_path_info_t | |
| int | error |
| error code from query | |
Example:
struct database_iter_context_t *path_iter; struct lwatch_path_info_t *path_info; if ((error = database_query_all_paths_iter(&path_iter, NULL)) != SUCCESS) { // handle error } while ((path_info = path_iter->next(path_iter))) { // use path_info }
Definition at line 156 of file watch_database.h.
1.5.8