The java.math.ResultSet.last() method is used to move the cursor to the last row of the ResultSet object. It returns true if the cursor is successfully moved to the last row, otherwise it returns false. This method allows us to easily navigate to the last row of the ResultSet in a Java application.
Java ResultSet.last - 30 examples found. These are the top rated real world Java examples of java.math.ResultSet.last extracted from open source projects. You can rate examples to help us improve the quality of examples.