org.nutz.dao.pager.ResultSetLooping Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nutz Show documentation
Show all versions of nutz Show documentation
Nutz, which is a collections of lightweight frameworks, each of them can be used independently
package org.nutz.dao.pager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.LinkedList;
import java.util.List;
import org.nutz.dao.sql.SqlContext;
/**
* 遍历 RersultSet
*
* @author zozoh([email protected])
*/
public abstract class ResultSetLooping {
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy