I started working on mysql c++ connector API. But I can't find any online documentation for the API , I can only find example. Is there any link (or hi开发者_开发问答dden way using doxygen) to generate documentation ?
I think http://dev.mysql.com/tech-resources/articles/mysql-connector-cpp.html Would be most suitable for this.
I have the same difficulties trying to find the documentation, but somewhere in the MySQL docs I found that the MySQL C++ Connector was designed to be compatible with the JDBC 4.0 API.
The MySQL Connector/C++ is compatible with the JDBC 4.0 API. However, MySQL Connector/C++ does not implement all of the JDBC 4.0 API methods.
Approximately 80% percent of the methods should work. That API can be found here.
I could not find it either. An extremely strange and professional outrage!
Looks like this complain should be put in front of the guys at MySQL. The best page I found is here.
Further APIs can be studied from the list produced by smart editors using the completion attribute.
Sometimes that's the price of using community SW. :-)
精彩评论