Share via


getScale Method (SQLServerResultSetMetaData)

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

public int getScale(int column)

매개 변수

column

An int that indicates the column index.

반환 값

An int that indicates the scale of the column.

예외

SQLServerException

주의

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

참고

참조

SQLServerResultSetMetaData Class

개념

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members