码迷,mamicode.com
首页 > 数据库 > 详细

mysql jdbc大数据

时间:2019-05-22 17:33:05      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:jdb   处理   prepare   res   sel   ble   cti   mys   eve   

ps = (PreparedStatement) con.prepareStatement("select * from bigTable",  
                ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY);  
ps.setFetchSize(Integer.MIN_VALUE);  
ps.setFetchDirection(ResultSet.FETCH_REVERSE);  

  mysql 处理大数据

mysql jdbc大数据

标签:jdb   处理   prepare   res   sel   ble   cti   mys   eve   

原文地址:https://www.cnblogs.com/warling/p/10906940.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!