|
UniSet
1.7.0
|
Открытые члены | |
| MYSQL_RES * | listFields (const std::string &table, const std::string &wild) |
| bool | connect (const std::string &host, const std::string &user, const std::string &pswd, const std::string &dbname) |
| bool | close () |
| bool | query (const std::string &q) |
| bool | query (const char *q, bool noLastQ=false) |
| const std::string | lastQuery () |
| bool | insert (const std::string &q) |
| std::string | addslashes (const std::string &str) |
| bool | ping () |
| bool | isConnection () |
| bool | nextRecord () |
| void | freeResult () |
| unsigned int | numCols () |
| unsigned int | numRows () |
| bool | moveToRow (int ind) |
| int | insert_id () |
| const MYSQL_ROW | getRow () |
| const std::string | error () |
| const char * | gethostinfo () |
Открытые атрибуты | |
| MYSQL_ROW | Row |
| bool DBInterface::isConnection | ( | ) |
связь с БД установлена (была)
mysql;
| bool DBInterface::ping | ( | ) |
проверка связи с БД. в случае отсутсвия попытка восстановить...
1.7.6.1