![]() |
Method last()
Return type: boolean
Member of: java.sql.ResultSet
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | if (rs.last()) |
| 2 | if (rs.last()) |
| 3 | _resultSet.last(); |
| 4 | assertTrue(!rs.last()); |
| 5 | _resultSet.last(); |
| 6 | rs.last(); |