April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
Métodos de
CallableStatement
n
public abstract void registerOutParameter(int
parameterIndex, int sqlType) throws SQLException
n
n
public abstract boolean getBoolean(int
parameterIndex) throws SQLException
n
public abstract byte getByte(int parameterIndex)
throws SQLException
n
...
Essa interface estende a interface PreparedStatement