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

com.bixuebihui.r2dbc.sql.ProcessHandler Maven / Gradle / Ivy

The newest version!
package com.bixuebihui.r2dbc.sql;

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

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

process.

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy