java.lang.Objectorg.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
All Implemented Interfaces:
ConnectionDecorator
Marc - Prud'hommeaux| Nested Class Summary: | ||
|---|---|---|
| public static interface | LoggingConnectionDecorator.SQLWarningHandler | Interface that allows customization of what to do when {@link SQLWarning}s occur. |
| Method from org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator Summary: |
|---|
| decorate, getLogs, getPrettyPrint, getPrettyPrintLineLength, getTrackParameters, getWarningAction, getWarningHandler, setPrettyPrint, setPrettyPrintLineLength, setTrackParameters, setWarningAction, setWarningHandler |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator Detail: |
|---|
|
|
|
|
|
|
|
true, pretty-print SQL by running it
through SQLFormatter#prettyPrint . If
false, don't pretty-print, and output SQL logs in
a single line. Pretty-printed SQL can be easier for a human to
read, but is harder to parse with tools like grep. |
|
|
|
|