#include <string>
#include <vector>
#include <deque>
#include <iostream>
#include <mysql/mysql.h>
См. исходные тексты.
Классы |
| class | MySQLInterface |
| class | MySQLResult |
Функции |
|
int | num_cols (MySQLResult::iterator &) |
|
int | as_int (MySQLResult::iterator &, int col) |
|
double | as_double (MySQLResult::iterator &, int col) |
|
std::string | as_text (MySQLResult::iterator &, int col) |
|
int | as_int (MySQLResult::COL::iterator &) |
|
double | as_double (MySQLResult::COL::iterator &) |
|
std::string | as_string (MySQLResult::COL::iterator &) |
Подробное описание