Package org.radrails.db.internal.ui.editors.sql.util

Class Summary
ColorProvider Colors used in the SQL editor
IndentCodeFormatter  
SQLExecuteDevelopmentAction Handles the SQL execute action for the development database.
SQLExecuteHelper Class that helps to parse a String of SQL statements executing them one by one and handling errors gracefully.
SQLExecuteProductionAction Handles the SQL execute action for the production database.
SQLExecuteTestAction Handles the SQL execute action for the test database.
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