|
UniSet
1.4.0
|
Открытые члены | |
| MYSQL_RES * | listFields (const string table, const string wild) |
| bool | connect (const string host, const string user, const string pswd, const string dbname) |
| bool | close () |
| bool | query (const string q) |
| const string | lastQuery () |
| bool | insert (const string q) |
| string | addslashes (const 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 string | error () |
| const char * | gethostinfo () |
Открытые атрибуты | |
| MYSQL_ROW | Row |
| bool DBInterface::isConnection | ( | ) |
связь с БД установлена (была)
mysql;
| bool DBInterface::ping | ( | ) |
проверка связи с БД. в случае отсутсвия попытка восстановить...
1.7.6.1