- 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 TypeMethodDescription<V> Stringapply(Wrapper<V> wrapper, SqlLogFormatter<V> formatter) Apply this function.
-
Method Details
-
apply
Apply this function.- Type Parameters:
V- the basic type- Parameters:
wrapper- the wrapper valueformatter- the formatter- Returns:
- the converted string
-