All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bixuebihui.jdbc.ProcessHandler Maven / Gradle / Ivy

Go to download

a fast small database connection pool and a active record flavor mini framework

There is a newer version: 1.15.3.3
Show newest version
package com.bixuebihui.jdbc;

import java.sql.SQLException;
import java.util.List;

/**
 * 用于多组结果合并操作
 *
 * @author xingwx
 * @param  传入类型
 * @version $Id: $Id
 */
public interface ProcessHandler
{
    /**
     * 

process.

* * @param items a {@link java.util.List} object. * @throws java.sql.SQLException if any. */ void process(List items) throws SQLException; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy