Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Retrieves the number of digits to the right of the decimal point for the designated parameter.
Syntax
public int getScale(int param)
Parameters
param
An int that indicates parameter index.
Return Value
In int that indicates the scale of the designated parameter.
Exceptions
Remarks
This getScale method is specified by the getScale method in the java.sql.ParameterMetaData interface.
This method gets column digits to the right of the decimal point. For types that do not have a decimal point, this method returns "0".
See Also
SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members
SQLServerParameterMetaData Class