April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Métodos de PreparedStatement
n
nResultSet executeQuery() throws SQLException
nint executeUpdate() throws SQLException
n
nvoid setBoolean(int parameterIndex, boolean x) throws SQLException nvoid setByte(int parameterIndex, byte x) throws SQLException nvoid setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException
n...
Essa interface estende a interface Statement