CallableStatement.getShort

CallableStatement.getShort

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract short getShort( int parameterIndex ) throws SQLException
Parameters
parameterIndex
the first parameter is 1, the second is 2, ...
Returns
the parameter value; if the value is SQL NULL, the result is 0
Description
Get the value of a SMALLINT parameter as a Java short.

Exceptions
SQLException if a database-access error occurs.