April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Métodos de Connection para criação de comandos
nStatement createStatement()
throws SQLException
n
nPreparedStatement prepareStatement(String sql)
throws SQLException
n
nCallableStatement prepareCall(String sql)
throws SQLException