OpenVAS Manager  7.0.3~git
iterator Struct Reference

A generic SQL iterator. More...

#include <iterator.h>

Collaboration diagram for iterator:
Collaboration graph

Data Fields

sql_stmt_tstmt
 SQL statement. More...
 
gboolean done
 End flag. More...
 
int prepared
 Prepared flag. More...
 
lsc_crypt_ctx_t crypt_ctx
 Encryption context. More...
 

Detailed Description

A generic SQL iterator.

Definition at line 52 of file iterator.h.

Field Documentation

◆ crypt_ctx

◆ done

◆ prepared

int iterator::prepared

Prepared flag.

Definition at line 56 of file iterator.h.

Referenced by cleanup_iterator(), init_iterator(), and init_prepared_iterator().

◆ stmt


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