Joomla!-开源天空

2009-01-10
您所在的位置: 首页 > Linux系统 > 开发 > MySQL Connector/C++ mysql的C++驱动

MySQL Connector/C++ mysql的C++驱动

Joomla! 开源天空  作者:管理员  2008-11-20 13:53
  • 摘要:本文简单介绍了mysql connector/C++,给出了下载地址。

MySQL Connector/C++ 是MySQL 数据库的C++驱动,mysql官网地址:http://forge.mysql.com/wiki/Connector_C%2B%2B,目前已经发布了preview版本,看起来好像不错。还没有试用,据说mysql work bench用的就是这个。如果真的能有mysql work bench的更新频率的话,我们就可以放弃mysql ++了。这个看起来更为通用一些。

The MySQL Driver for C++实现了大部分 JDBC 3.0 API的功能,大体的类包含如下:

  • Connection
  • DatabaseMetaData
  • Driver
  • PreparedStatement
  • ResultSet
  • ResultSetMetaData
  • Savepoint
  • Statement

In total you will find about 530 being declared in Connector/C++ and approximately 405 of them being implemented, please check the simplified implementation statistics for details.

下载地址:http://downloads.mysql.com/forge/connector_cpp_preview

  发表您的文章评论

您的姓名 (昵称)
标题:
评分: 很差一般较好很好
评论:
验证码:
请输入验证码