Package io.hypersistence.utils.logging
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteParamsEntry(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, writeTypeEntryMethods inherited from class net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator
chompIfEndWith, getDisplayValue, getDisplayValueForRegisterOutParameter, getDisplayValueForSetNull, getParameterKeyToDisplay, getParametersToDisplay, getParameterValueToDisplay, getStatementType, setRegisterOutParameterValueConverter, setSetNullParameterValueConverter
-
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:
writeParamsEntryin classnet.ttddyy.dsproxy.listener.logging.DefaultQueryLogEntryCreator
-