mysql stream read.

        Statement stmt = connection.createStatement(ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY);
        stmt.setFetchSize(Integer.MIN_VALUE);
        return stmt;

猜你喜欢

转载自www.cnblogs.com/lenmom/p/10948318.html