setTypeMap Method (SQLServerConnection)

Installs the given TypeMap object as the type map for this SQLServerConnection object.

Note

This method is not currently supported by the Microsoft SQL Server JDBC Driver.

public void setTypeMap(java.util.Map map)

Parameters

map

A TypeMap object.

Exceptions

SQLServerException

Remarks

This setTypeMap method is specified by the setTypeMap method in the java.sql.Connection interface.

See Also

Reference

SQLServerConnection Class

Concepts

SQLServerConnection Methods
SQLServerConnection Members