Condividi tramite


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.

public java.lang.String getParameterClassName(int param)

Parametri

param

An int that indicates parameter index.

Valore restituito

A String that contains the fully-qualified class name.

Eccezioni

SQLServerException

Osservazioni

This getParameterClassName method is specified by the getParameterClassName method in the java.sql.ParameterMetaData interface.

Vedere anche

Riferimento

SQLServerParameterMetaData Class

Concetti

SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members