Skip to content

Instantly share code, notes, and snippets.

@luksrn
Created February 18, 2017 00:31
Show Gist options
  • Select an option

  • Save luksrn/9d9f3827999fd5fdad2aa0faffcf16e1 to your computer and use it in GitHub Desktop.

Select an option

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