Skip to content

Instantly share code, notes, and snippets.

@luksrn
Created February 18, 2017 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luksrn/9d9f3827999fd5fdad2aa0faffcf16e1 to your computer and use it in GitHub Desktop.
Save luksrn/9d9f3827999fd5fdad2aa0faffcf16e1 to your computer and use it in GitHub Desktop.
package br.com.esig.database;
import java.sql.ResultSet;
public interface MapeadorLinha<T> {
T mapear(ResultSet res, int index);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment