共用方式為


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