CERT/CC
background
background
CERT NetSA Security Suite 
Open Source Tools for Network Monitoring 
News | Downloads | Documentation | Tooltips
SiLK 1.1.2 | YAF 1.0.0 | IPA 0.3.0 | fixbuf 0.8.0 | Portal 0.8.0 | RAVE 1.9.11
AirDBC Database Abstraction Layer
libairdbc 0.2.2 API documentation

Main Page | Data Structures | File List | Data Fields | Globals

_AdbResultSet Struct Reference

AirDBC result set internals. More...

#include <airdbc_drv.h>


Data Fields

AdbStatementstmt
 Statement from which this result set was generated.
void * drs
 Driver private result set information.
GHashTable * colname_map
 AirDBC-maintained map of column names to positions.

Detailed Description

AirDBC result set internals.

May be directly accessed by AirDBC drivers.


Field Documentation

void* _AdbResultSet::drs
 

Driver private result set information.

Storage for this is managed by the driver.


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