Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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".