8.2.21 getTypeMap()
- Organization of this subsection
(1) Function
This method acquires the Map object related to this Connection object.
(2) Format
public synchronized java.util.Map getTypeMap() throws SQLException
(3) Arguments
None.
(4) Return value
The method always returns an empty java.util.Map object.
(5) Exceptions
If this Connection object is closed, the JDBC driver throws an SQLException.