数据源,连接池的支持
使用c3p0连接池
使用数据源(如Tomcat自带)
普通的JDBC
注意JDBC操作的优化
接口的使用
提供Connection
提供preparStatment
提供ResultSet
prepareStatement的封装支持
ResultSet的封装支持
提供关闭功能