Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.31 KB

settypemap-method-sqlserverconnection.md

File metadata and controls

44 lines (32 loc) · 1.31 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
setTypeMap Method (SQLServerConnection)
setTypeMap Method (SQLServerConnection)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerConnection.setTypeMap
Assembly

setTypeMap Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

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

Note

This method is not currently supported by the [!INCLUDEjdbcNoVersion].

Syntax

  
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

SQLServerConnection Members
SQLServerConnection Class