OpenVAS Manager
7.0.3~git
|
Iterator column. More...
Data Fields | |
gchar * | select |
Column for SELECT. More... | |
gchar * | filter |
Filter column name. NULL to use select_column. More... | |
keyword_type_t | type |
Type of column. More... | |
Iterator column.
Definition at line 1512 of file manage_sql.c.
gchar* column_t::filter |
Filter column name. NULL to use select_column.
Definition at line 1515 of file manage_sql.c.
Referenced by column_array_free(), column_array_print(), column_array_set(), and init_result_get_iterator_severity().
gchar* column_t::select |
Column for SELECT.
Definition at line 1514 of file manage_sql.c.
Referenced by column_array_free(), column_array_print(), column_array_set(), and init_result_get_iterator_severity().
keyword_type_t column_t::type |
Type of column.
Definition at line 1516 of file manage_sql.c.
Referenced by column_array_print(), and init_result_get_iterator_severity().