摘要:
使用JDBC创建Connection后,执行SQL需要先创建StatementStatement stmt = connection.createStatement();创建代码如下public java.sql.Statement createStatement() throws SQLExcep... 阅读全文
随笔档案-2014年11月
mysql-jdbc创建connection理解
2014-11-28 01:02 by 张紫荣, 1002 阅读, 收藏,
摘要:
jdbc源码分析(http://blog.csdn.net/brilliancezhou/article/details/5499738)创建JDBC连接代码1 Class.forName("com.mysql.jdbc.Driver");2 DriverManager.getConnection(... 阅读全文
浙公网安备 33010602011771号