2007年4月6日
摘要: JDK6笔记(5)----JDBC41、Java开发者使用JDBC4 API可以做下面的事:1) Connect to a data source连接数据源2) Execute complex SQL statements执行复杂的SQL语句3) Persist changes to a data source对数据源的持续操作(改变)4) Retrieve information from a data source从数据源取回信息5) Interact with legacy file systems和遗留的文件系统交互2、The JDBC API is based on the spec 阅读全文
posted @ 2007-04-06 17:06 YangJin 阅读(139) 评论(0) 推荐(0)