Class InlineQueryLogEntryCreator

java.lang.Object
net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator
net.ttddyy.dsproxy.listener.logging.DefaultQueryLogEntryCreator
io.hypersistence.utils.logging.InlineQueryLogEntryCreator
All Implemented Interfaces:
net.ttddyy.dsproxy.listener.logging.QueryLogEntryCreator

public class InlineQueryLogEntryCreator extends net.ttddyy.dsproxy.listener.logging.DefaultQueryLogEntryCreator
Author:
Vlad Mihalcea
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator

    net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator.StringAsIntegerComparator
  • Field Summary

    Fields inherited from class net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator

    JSON_SPECIAL_CHARS, registerOutParameterValueConverter, setNullParameterValueConverter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    writeParamsEntry(StringBuilder sb, net.ttddyy.dsproxy.ExecutionInfo execInfo, List<net.ttddyy.dsproxy.QueryInfo> queryInfoList)
     

    Methods inherited from class net.ttddyy.dsproxy.listener.logging.DefaultQueryLogEntryCreator

    formatQuery, getLogEntry, isMultiline, setMultiline, writeBatchEntry, writeBatchSizeEntry, writeConnectionIdEntry, writeDataSourceNameEntry, writeParamsForSingleCallableEntry, writeParamsForSinglePreparedEntry, writeQueriesEntry, writeQuerySizeEntry, writeResultEntry, writeTimeEntry, writeTypeEntry

    Methods inherited from class net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator

    chompIfEndWith, getDisplayValue, getDisplayValueForRegisterOutParameter, getDisplayValueForSetNull, getParameterKeyToDisplay, getParametersToDisplay, getParameterValueToDisplay, getStatementType, setRegisterOutParameterValueConverter, setSetNullParameterValueConverter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InlineQueryLogEntryCreator

      public InlineQueryLogEntryCreator()
  • Method Details

    • writeParamsEntry

      protected void writeParamsEntry(StringBuilder sb, net.ttddyy.dsproxy.ExecutionInfo execInfo, List<net.ttddyy.dsproxy.QueryInfo> queryInfoList)
      Overrides:
      writeParamsEntry in class net.ttddyy.dsproxy.listener.logging.DefaultQueryLogEntryCreator