Condividi tramite


isSigned Method (SQLServerResultSetMetaData)

Indicates whether values in the designated column are signed numbers.

public boolean isSigned(int column)

Parametri

column

An int that indicates the column index.

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSetMetaData Class

Concetti

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members