6061626364656667
while (rs.next()) result++; return result; } catch (SQLException exc) { throw new PagingException(exc); } }
9596979899100101102
PreparedStatement pstmt = getCountPreparedStatement(); getSQLFilter().completePreparedStatement(pstmt, 1); return getTotalNbRecords(pstmt.executeQuery()); } catch (SQLException exc) { throw new PagingException(exc); } }