Class HighlightingFormatter
java.lang.Object
org.hibernate.engine.jdbc.internal.HighlightingFormatter
- All Implemented Interfaces:
Formatter
Performs basic syntax highlighting for SQL using ANSI escape codes.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHighlightingFormatter
(String keywordCode, String stringCode, String quotedCode) -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
HighlightingFormatter
- Parameters:
keywordCode
- the ANSI escape code to use for highlighting SQL keywordsstringCode
- the ANSI escape code to use for highlighting SQL strings
-
-
Method Details