public interface SqlLogFormattingFunction
Wrapper values to the SQL log formats.
The implementation class is not required to be thread safe.
| Modifier and Type | Method and Description |
|---|---|
<V> java.lang.String |
apply(Wrapper<V> wrapper,
SqlLogFormatter<V> formatter)
Apply this function.
|
<V> java.lang.String apply(Wrapper<V> wrapper, SqlLogFormatter<V> formatter)
V - the basic typewrapper - the wrapper valueformatter - the formatter