摘要:
Statement和PreparedStatement之间的区别1.PreparedStatement是预编译的,对于批量处理可以大大提高效率. 也叫JDBC存储过程2.使用 Statement 对象。在对数据库只执行一次性存取的时侯,用 Statement 对象进行处理。PreparedState... 阅读全文
posted @ 2014-04-18 18:02
想总结却停留不前?
阅读(212)
评论(0)
推荐(0)