Compartir a través de


setTypeMap Method (SQLServerConnection)

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

Nota

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

public void setTypeMap(java.util.Map map)

Parámetros

map

A TypeMap object.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerConnection Class

Conceptos

SQLServerConnection Methods
SQLServerConnection Members