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

net.ttddyy.dsproxy.support.QueryCountLogEntryCreator Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package net.ttddyy.dsproxy.support;

import net.ttddyy.dsproxy.QueryCount;

/**
 * @author Tadaya Tsuyukubo
 */
public interface QueryCountLogEntryCreator {

    String getLogMessage(String datasourceName, QueryCount queryCount);
    String getLogMessageAsJson(String datasourceName, QueryCount queryCount);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy