![JAR search and dependency download from the Maven repository](/logo.png)
com.jn.sqlhelper.common.resultset.ResultSetExtractor Maven / Gradle / Ivy
package com.jn.sqlhelper.common.resultset;
import com.jn.langx.annotation.NonNull;
import com.jn.langx.annotation.Nullable;
import java.sql.ResultSet;
import java.sql.SQLException;
public interface ResultSetExtractor {
@Nullable
T extract(@NonNull ResultSet rs) throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy