April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Métodos de Statement
nResultSet executeQuery(String sql)
throws SQLException
nint executeUpdate(String sql) throws SQLException
n
nboolean execute(String sql) throws SQLException
nResultSet getResultSet() throws SQLException
nint getUpdateCount() throws SQLException
nboolean getMoreResults() throws SQLException