Retrieves the SQL type of the designated parameter.

public int getParameterType(int param)

Parameters

param

An integer that indicates parameter index.

Return Value

An integer that indicates the JDBC type code as defined in java.sql.Types.

Exceptions

SQLServerException

Remarks

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

See Also