s_mysql_result Struct Reference

MySQL result type. More...

#include <mysqlw.h>


Data Fields

struct s_mysql * mysql
 MySQL connection to which the result belongs.
MYSQL_RES * result
 Native MySQL result.
long num_fields
 Number of fields in each row.
long num_rows
 Number of rows in the result.
long cursor
 Row number where we are currently located.
MYSQL_FIELD * fields
 Fields returned by query.


Detailed Description

MySQL result type.

Contains information about query resut MySQL.


Field Documentation

struct s_mysql* s_mysql_result::mysql [read]

MySQL connection to which the result belongs.

Native MySQL result.

Number of fields in each row.

Number of rows in the result.

Row number where we are currently located.

MYSQL_FIELD* s_mysql_result::fields

Fields returned by query.


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

Generated on Tue Jun 17 17:31:12 2008 for Data Processing Library by  doxygen 1.5.5