#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. | |
Contains information about query resut MySQL.
struct s_mysql* s_mysql_result::mysql [read] |
MySQL connection to which the result belongs.
| MYSQL_RES* s_mysql_result::result |
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.
1.5.5