Retrieves the database-specific type name of the designated parameter.

public java.lang.String getParameterTypeName(int param)

Parameters

param

An integer that indicates parameter index.

Return Value

A string that contains type name.

Exceptions

SQLServerException

Remarks

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

See Also