Retrieves the fully-qualified name of the Java class whose instances should be passed to the setObject method of the SQLServerPreparedStatement class.
public java.lang.String getParameterClassName(int param)
參數
param
An int that indicates parameter index.
傳回值
A String that contains the fully-qualified class name.
例外狀況
備註
This getParameterClassName method is specified by the getParameterClassName method in the java.sql.ParameterMetaData interface.
另請參閱
參考
SQLServerParameterMetaData Class
概念
SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members