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

com.silentgo.orm.rsresolver.IRSResolver Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package com.silentgo.orm.rsresolver;

import java.sql.ResultSet;
import java.sql.SQLException;

/**
 * Project : silentgo
 * com.silentgo.orm.rsresolver
 *
 * @author teddyzhu
 *         

* Created by teddyzhu on 16/9/20. */ public interface IRSResolver { T resolve(ResultSet resultSet) throws SQLException; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy