Retrieves the database-specific type name for the designated column.

public java.lang.String getColumnTypeName(int column)

Parameters

column

An integer that indicates the column index.

Return Value

A string that contains the server name for the column.

Exceptions

SQLServerException

Remarks

This getColumnTypeName method is specified by the getColumnTypeName method in the java.sql.ResultSetMetaData interface.

See Also