getTypeMap()

Syntax:

Map<String,Class<?>> getTypeMap() throws SQLException 

Description:

Retrieves the Map object associated with this Connection object. Unless the application has added an entry, the type map returned will be empty.

Returns:

the java.util.Map object associated with this Connection object

Throws:

SQLException - if a database access error occurs

Reference:

For more information, reference JDBC documentation for: Connection.getTypeMap()