freebsd-ports/databases/mysql-connector-c++/pkg-descr
Pietro Cerutti 6f4bb37fdd - New port: databases/mysql-connector-c++
MySQL Connector/C++ is a MySQL database connector for C++ implementing a
  subset of the JDBC 4.0 API.

  WWW: http://forge.mysql.com/wiki/Connector_C++

Feature safe:	yes
2011-11-21 16:32:19 +00:00

16 lines
516 B
Text

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://forge.mysql.com/wiki/Connector_C++