
mysql
文章平均质量分 80
acmdream
我是福建某高校2013级在校生,学业之余喜欢研究算法。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MySql接口API函数综述
C API函数概述函数描述mysql_affected_rows()返回上次UPDATE、DELETE或INSERT查询更改/删除/插入的行数。mysql_autocommit()切换 autocommit模式,ON/OFFmysql_change_u转载 2017-03-17 00:01:21 · 354 阅读 · 0 评论 -
mysql C++ wrapper
转自:http://blog.youkuaiyun.com/pkueecser/article/details/18526419前言:I don't really understand why they made a C++ wrapper for the C API (MySQL++ = http://www.tangentsoft.NET/mysql++/ ) becaus转载 2017-03-17 00:31:36 · 454 阅读 · 0 评论 -
mysql的c++封装类
////////////////////////////////////////////////////////////////////////////////// CppMysql - A C++ wrapper around the mysql database library.//// Copyright (c) 2009 Rob Groves. All Rights Reser转载 2017-03-17 00:32:43 · 1453 阅读 · 0 评论