public abstract boolean isSigned (int param) throws SQLException

Retrieves whether values for the designated parameter can be signed numbers.

Parameters:
param    the first parameter is 1, the second is 2, ...

Returns:  true if so; false otherwise

Exceptions:
SQLException    if a database access error occurs

Since:  1.4