ResultSet 결과 집합 길이 가 져 오기

976 단어 JAVA
 ResultSet count = dal.selectSql(sql);
                int rowCount = 0;
                while(count.next()) {
                    rowCount++;
                }

좋은 웹페이지 즐겨찾기