Freigeben über


setTypeMap Method (SQLServerConnection)

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

Hinweis

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

public void setTypeMap(java.util.Map map)

Parameter

map

A TypeMap object.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerConnection Class

Konzepte

SQLServerConnection Methods
SQLServerConnection Members