Lines Matching refs:map

47  * <li>make an entry in a type map that contains
55 * When a type map with an entry for
58 * it contains will be used to map the elements of the <code>ARRAY</code> value.
59 * If no type map is supplied, which would typically be the case,
60 * the connection's type map is used by default.
61 * If the connection's type map or a type map supplied to a method has no entry
111 * uses the type map associated with the connection for customizations of
134 * the specified <code>map</code> for type map customizations
136 * type in <code>map</code>, in which case it
138 * <code>getArray</code> uses either the given type map or the standard mapping;
139 * it never uses the type map associated with the connection.
146 * @param map a <code>java.util.Map</code> object that contains mappings
156 Object getArray(java.util.Map<String,Class<?>> map) throws SQLException;
162 * successive elements of the SQL array. This method uses the type map
190 * the specified <code>map</code> for type map customizations
192 * type in <code>map</code>, in which case it
194 * <code>getArray</code> uses either the given type map or the standard mapping;
195 * it never uses the type map associated with the connection.
206 * @param map a <code>java.util.Map</code> object
219 Object getArray(long index, int count, java.util.Map<String,Class<?>> map)
227 * map; otherwise, the standard mapping is used.
251 * the specified <code>map</code> for type map customizations
253 * type in <code>map</code>, in which case it
255 * <code>getResultSet</code> uses either the given type map or the standard mapping;
256 * it never uses the type map associated with the connection.
265 * @param map contains the mapping of SQL user-defined types to
276 ResultSet getResultSet (java.util.Map<String,Class<?>> map) throws SQLException;
282 * the connection's type map to map the elements of the array if
283 * the map contains an entry for the base type. Otherwise, the
314 * the specified <code>map</code> for type map customizations
316 * type in <code>map</code>, in which case it
318 * <code>getResultSet</code> uses either the given type map or the standard mapping;
319 * it never uses the type map associated with the connection.
332 * @param map the <code>Map</code> object that contains the mapping
345 java.util.Map<String,Class<?>> map)