Interface QueryLogWriter


public interface QueryLogWriter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    support(String statementId)
    statement id로 Log 적재여부 판단
    void
    writeLog(String statementId, String orgCont, String execCont, long ms)
    Log 적재
  • Method Details

    • support

      boolean support(String statementId)
      statement id로 Log 적재여부 판단
      Parameters:
      id - statementId id
      Returns:
      boolean 적재 여부
    • writeLog

      void writeLog(String statementId, String orgCont, String execCont, long ms)
      Log 적재
      Parameters:
      statementId - statement id
      orgCont - mapping 전 query string
      execCont - mapping 후 query string
      ms - 실행 시간(ms)