public abstract boolean wasNull () throws SQLException

Retrieves whether the last OUT parameter read had the value of SQL NULL. Note that this method should be called only after calling a getter method; otherwise, there is no value to use in determining whether it is null or not.

Returns:  true if the last parameter read was SQL NULL; false otherwise

Exceptions:
SQLException    if a database access error occurs or this method is called on a closed CallableStatement