| 814 | } |
| 815 | |
| 816 | int list_views() |
| 817 | { |
| 818 | int start_time_ms, run_time_ms; |
| 819 | const char *sql = "SELECT name FROM comdb2_views order by name"; |
| 820 | return run_statement(sql, 0, NULL, &start_time_ms, &run_time_ms); |
| 821 | } |
| 822 | |
| 823 | static int process_escape(const char *cmdstr) |
| 824 | { |
no test coverage detected