Class SQLProfile
- java.lang.Object
-
- org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
-
- org.teichert.databaseexplorer.syntaxHighlightingProfiles.SQLProfile
-
public class SQLProfile extends SyntaxHighlightingProfile
SQL-profile for sql synatx-highlighting uses regex for matching.
Uses keywords from a static list and also fromSQLDataType
andStandardSqlFormatter.reservedWords
.
-
-
Field Summary
-
Fields inherited from class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
compile, keywords, operators, pattern, patternsMap, runtimeMap
-
-
Constructor Summary
Constructors Constructor Description SQLProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resetPatternsMap()
Used for initializing data and also for resetting them again.-
Methods inherited from class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
generateCompileString, getKeywords, getOperators, getPattern, getPatternsMap, getRuntimeMap
-
-
-
-
Method Detail
-
resetPatternsMap
public void resetPatternsMap()
Description copied from class:SyntaxHighlightingProfile
Used for initializing data and also for resetting them again.- Specified by:
resetPatternsMap
in classSyntaxHighlightingProfile
-
-