Gets the number of rows in the table.
long ResultSet.getRowCount(long threshold) throws ULjException
threshold The limit on the number of rows to count. 0 indicates no limit.
The number of rows in the table.
This method is equivalent to executing "SELECT COUNT(*) FROM table".