April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Métodos de ResultSet
npublic boolean first() throws SQLException
npublic boolean last() throws SQLException
npublic boolean beforeFirst() throws SQLException
npublic boolean afterLast() throws SQLException
n
npublic boolean next() throws SQLException
npublic boolean previous() throws SQLException
npublic boolean relative(int rows) throws SQLException
npublic boolean absolute(int row) throws SQLException