网站首页 > 书籍教程 > .NET教程 > Mysql JDBC驱动包

Mysql JDBC驱动包

软件大小:
8088576
软件语言:
简体中文
软件授权:
免费版
软件类别:
.NET教程
更新时间:
2009-05-27 09:15:28
官方网站:
www.downcodes.com
  • 软件介绍
  • 软件截图
MySQL的JDBC驱动程序
MySQL Connector/J is the official JDBC driver for MySQL. Online documentation for Connector/J can be found from here.
Connector/J 5.1 includes support for JDBC-4.0 functionality, including:
Ease-of-development features including auto-registration with the DriverManager via the service provider mechanism, standardized Connection validity checks and categorized SQLExceptions based on recoverability/retry-ability and class of the underlying error.
Unwrapping to interfaces that include vendor extensions
Support for XML processing via JAXP interfaces to DOM, SAX and StAX
Support for setting per-connection client information (which can be viewed in the comments section of a query via "SHOW PROCESSLIST" on a MySQL server, or can be extended to support custom persistence of the information via a public interface)
Support for JDBC-4.0 NCHAR, NVARCHAR and NCLOB types
JDBC使用说明:http://edu.codepub.com/2009/0408/2621.php

软件截图