![JAR search and dependency download from the Maven repository](/logo.png)
net.dongliu.dbutils.handlers.ArrayListHandler Maven / Gradle / Ivy
package net.dongliu.dbutils.handlers;
import javax.annotation.concurrent.Immutable;
/**
* ResultSetHandler implementation that converts the
* ResultSet into a List of Object[]s.
* This class is thread safe.
*/
@Immutable
public class ArrayListHandler extends ListResultHandler
© 2015 - 2025 Weber Informatics LLC | Privacy Policy