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

kz.greetgo.security.session.jdbc.ResultConverter Maven / Gradle / Ivy

The newest version!
package kz.greetgo.security.session.jdbc;

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

public interface ResultConverter {
  T convert(ResultSet rs) throws SQLException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy