Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.28 KB

gettypemap-method-sqlserverconnection.md

File metadata and controls

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

getTypeMap Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Retrieves the Map object associated with this SQLServerConnection object.

Note

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

Syntax

  
public java.util.Map getTypeMap()  

Return Value

A Map object.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerConnection Members
SQLServerConnection Class