共用方式為


getDouble Method (java.lang.String)

Retrieves the value of the designated parameter as a double in the Java programming language given the parameter name.

public double getDouble(java.lang.String sCol)

參數

sCol

A String that contains the parameter name.

傳回值

A double value.

例外狀況

SQLServerException

備註

This getDouble method is specified by the getDouble method in the java.sql.CallableStatement interface.

This method returns all number-based data types with Java double fidelity.

另請參閱

參考

SQLServerCallableStatement Class

概念

getDouble Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members