Package com.ibm.jdg2e.editor.sqleditor.utils

Class Summary
ColorProvider Colors used in the SQL editor
SQLStringMatcher StringMatcher takes a simple pattern which may contain for 0 and many characters and ? for exactly one character.
SQLWhiteSpaceDetector A class that determines if a character is an SQL whitespace character
SQLWordDetector Determines whether a given character is valid as part of an SQL keyword in the current context.
WordPartDetector Used to scan and detect for SQL keywords