다음을 통해 공유


setTypeMap Method (SQLServerConnection)

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

참고

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

public void setTypeMap(java.util.Map map)

매개 변수

map

A TypeMap object.

예외

SQLServerException

주의

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

참고

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members