Interface SqlLogFormattingFunction

All Known Implementing Classes:
ConvertToLogFormatFunction

public interface SqlLogFormattingFunction
A function that converts the Wrapper values to the SQL log formats.

The implementation class is not required to be thread safe.

  • Method Summary

    Modifier and Type
    Method
    Description
    <V> String
    apply(Wrapper<V> wrapper, SqlLogFormatter<V> formatter)
    Apply this function.
  • Method Details

    • apply

      <V> String apply(Wrapper<V> wrapper, SqlLogFormatter<V> formatter)
      Apply this function.
      Type Parameters:
      V - the basic type
      Parameters:
      wrapper - the wrapper value
      formatter - the formatter
      Returns:
      the converted string