getParameterClassName Method (SQLServerParameterMetaData)
Retrieves the fully-qualified name of the Java class whose instances should be passed to the setObject method of the SQLServerPreparedStatement class.
Syntax
public java.lang.String getParameterClassName(int param)
Parameters
param
An int that indicates parameter index.
Return Value
A String that contains the fully-qualified class name.
Exceptions
Remarks
This getParameterClassName method is specified by the getParameterClassName method in the java.sql.ParameterMetaData interface.
See Also
SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members
SQLServerParameterMetaData Class