|
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(), and column_array_set().
| gchar* column_t::select |
Column for SELECT.
Definition at line 1514 of file manage_sql.c.
Referenced by column_array_free(), column_array_print(), and column_array_set().
| keyword_type_t column_t::type |