마지막 레코드로 가서 현재 레코드가 몇 번째인지 저장한 후, 처음으로 되돌려서 1. 데이터 출력 2. 또는 데이터 없을 때 처리 // 또는 간단하게 아래와 같이 사용도 가능 ... int totalRecord = 0; ... rst.last(); totalRecord = rst.getRow(); rst.beforeFirst(); https://record22.tistory.com/150 https://blog.naver.com/jsh2194/50088212239 https://stackoverflow.com/questions/192078/how-do-i-get-the-size-of-a-java-sql-resultset