Package com.ibm.jdg2e.editor.jfacetext.sqleditor.sql

Interface Summary
ISQLSyntax SQL Syntax words (upper and lower cases).
 

Class Summary
SQLCodeScanner The SQLCodeScanner is a RuleBaseScanner.This class finds SQL comments and keywords, as the user edits the document.
SQLCompletionProcessor The SQL content assist processor.
SQLCompletionProcessor.Validator Simple content assist tip closer.
SQLDoubleClickStrategy Process double clicks in the SQL content.
SQLPartitionScanner The SQLPartitionScanner, a subclass of a RulesBasedPartitionScanner, is responsible for dynamically computing the partitions of its SQL document as events signal that the document has changed.
SQLWordStrategy The formatting strategy that transforms SQL keywords to upper case