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

net.chandol.logjdbc.logging.printer.resultset.ResultSetPrinter Maven / Gradle / Ivy

The newest version!
package net.chandol.logjdbc.logging.printer.resultset;

import net.chandol.logjdbc.logging.LogContext;

public interface ResultSetPrinter {
    void printResultSet(LogContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy