Condividi tramite


getScale Method (SQLServerResultSetMetaData)

Gets the number of digits to the right of the decimal point for the designated column.

public int getScale(int column)

Parametri

column

An int that indicates the column index.

Valore restituito

An int that indicates the scale of the column.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSetMetaData Class

Concetti

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members