标签: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 处理大数据
标签:jdb 处理 prepare res sel ble cti mys eve
原文地址:https://www.cnblogs.com/warling/p/10906940.html