Skip to content

Instantly share code, notes, and snippets.

@dbousamra
Created February 1, 2012 00:10
Show Gist options
  • Save dbousamra/1714099 to your computer and use it in GitHub Desktop.
Save dbousamra/1714099 to your computer and use it in GitHub Desktop.
protected RowCallbackHandler rowExtractor(final BufferedOutputStream bos, final List<Column> columnsToDump) {
return new RowCallbackHandler() {
@Override
public void processRow(ResultSet rs) {
}
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment