OpenVAS Manager  7.0.3~git
column_t Struct Reference

Iterator column. More...

Collaboration diagram for column_t:
Collaboration graph

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...
 

Detailed Description

Iterator column.

Definition at line 1512 of file manage_sql.c.

Field Documentation

◆ filter

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().

◆ select

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().

◆ type

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().


The documentation for this struct was generated from the following file: