1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/databases/mysql-connector-c++/pkg-descr
Pietro Cerutti 29b93322ff - Update to 1.1.2
Release notes:
  http://dev.mysql.com/doc/relnotes/connector-cpp/en/ccpp-news-1-1-2.html

- Add regression-test target for maintainer
2013-02-05 16:40:35 +00:00

17 lines
536 B
Plaintext

MySQL Connector/C++ is a MySQL database connector for C++ implementing a subset
of the JDBC 4.0 API. The MySQL Connector/C++ currently features the following
classes:
* Connection
* DatabaseMetaData
* Driver
* PreparedStatement
* ResultSet
* ResultSetMetaData
* Savepoint
* Statement
The JDBC 4.0 API defines approximately 450 methods for the above mentioned
classes. MySQL Connector/C++ implements around 80% of these and makes them
available in the current release.
WWW: http://dev.mysql.com/doc/relnotes/connector-cpp/en/index.html