April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Métodos de ResultSet
npublic abstract boolean next() throws SQLException
npublic abstract void close() throws SQLException
npublic abstract boolean getBoolean(int columnIndex) throws SQLException
npublic abstract boolean getBoolean(String columnName) throws SQLException
n...
npublic abstract InputStream getAsciiStream(int columnIndex) throws SQLException
npublic abstract int findColumn(String columnName) throws SQLException