Exemplo n.º 1
0
 /**
  * [Partially supported] Sets the type map. This is only supported if the map is empty or null.
  */
 public void setTypeMap(Map<String, Class<?>> map) throws SQLException {
   try {
     debugCode("setTypeMap(" + quoteMap(map) + ");");
     checkMap(map);
   } catch (Exception e) {
     throw logAndConvert(e);
   }
 }