摘要: https://www.jianshu.com/p/ee92c9accedd 阅读全文
posted @ 2020-01-15 16:49 悠然现南山_wy 阅读(94) 评论(0) 推荐(0)
摘要: 1,boolean execute 允许执行查询语句、更新语句、DDL语句返回值为true时,表示执行的是查询语句,可以通过getResultSet方法获取结果;返回值为false时,执行的是更新语句或DDL语句。2,getUpdateCount方法 获取更新的记录数量。3,int executeU 阅读全文
posted @ 2020-01-15 11:34 悠然现南山_wy 阅读(980) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/wo541075754/article/details/82733278 阅读全文
posted @ 2020-01-15 11:01 悠然现南山_wy 阅读(432) 评论(0) 推荐(0)