net.chandol.logjdbc.logging.printer.resultset.ResultSetPrinter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logjdbc Show documentation
Show all versions of logjdbc Show documentation
Logging library for SQL and resultSet
The newest version!
package net.chandol.logjdbc.logging.printer.resultset;
import net.chandol.logjdbc.logging.LogContext;
public interface ResultSetPrinter {
void printResultSet(LogContext context);
}