Indicates whether values in the designated column are signed numbers.

public boolean isSigned(int column)

Parameters

column

An integer that indicates the column index.

Return Value

True if the column contains signed numbers. Otherwise, false.

Exceptions

SQLServerException

Remarks

This isSigned method is specified by the isSigned method in the java.sql.ResultSetMetaData interface.

See Also