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

cn.schoolwow.quickdao.module.database.parent.domain.ResultSetConsumer Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
package cn.schoolwow.quickdao.module.database.parent.domain;

import java.sql.ResultSet;

public interface ResultSetConsumer {
    /**
     * 处理数据库结果集
     * */
    void consumeResultSet(ResultSet resultSet) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy