Freigeben über


getScale Method (SQLServerResultSetMetaData)

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

public int getScale(int column)

Parameter

column

An int that indicates the column index.

Rückgabewert

An int that indicates the scale of the column.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerResultSetMetaData Class

Konzepte

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members