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