getScale Method (SQLServerResultSetMetaData)

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

public int getScale(int column)

Parameters

column

An int that indicates the column index.

Return Value

An int that indicates the scale of the column.

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerResultSetMetaData Class

Concepts

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members