src/share/classes/javax/sql/rowset/serial/SQLInputImpl.java

Print this page

        

*** 89,99 **** * fully qualified name of a UDT (the value to be mapped) and the * <code>Class</code> object for a class that implements * <code>SQLData</code> (the Java class that defines how the UDT * will be mapped). */ ! private Map map; /** * Creates an <code>SQLInputImpl</code> object initialized with the * given array of attributes and the given type map. If any of the --- 89,99 ---- * fully qualified name of a UDT (the value to be mapped) and the * <code>Class</code> object for a class that implements * <code>SQLData</code> (the Java class that defines how the UDT * will be mapped). */ ! private Map<String,Class<?>> map; /** * Creates an <code>SQLInputImpl</code> object initialized with the * given array of attributes and the given type map. If any of the