![JAR search and dependency download from the Maven repository](/logo.png)
net.dongliu.dbutils.handlers.MapHandler Maven / Gradle / Ivy
package net.dongliu.dbutils.handlers;
import java.util.Map;
/**
* ResultSetHandler implementation that converts the first ResultSet row into a Map.
* This class is not thread safe.
*/
public class MapHandler extends SingleResultHandler
© 2015 - 2025 Weber Informatics LLC | Privacy Policy