|
libtools
|
Copyright (C) 2015 Oleh Kravchenko oleg@kaa.org.ua More...
#include <stdarg.h>#include <mysql/mysql.h>
Go to the source code of this file.
Functions | |
| char * | mysql_vasprintf (MYSQL *mysql, char **str, const char *format, va_list args) |
| allocate and format mysql query string More... | |
| char * | mysql_asprintf (MYSQL *mysql, char **str, const char *format,...) |
| allocate and format mysql query string More... | |
| int | mysql_transaction (MYSQL *mysql) |
| Start new transaction. More... | |
| int | mysql_qprintf (MYSQL *mysql, const char *format,...) |
| Send a MySQL query. More... | |
Copyright (C) 2015 Oleh Kravchenko oleg@kaa.org.ua
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
1.8.11