Package org.eclipse.datatools.sqltools.sqleditor.internal.actions

Class Summary
AddTemplateAction Add the selected text as a template in the template store.
BaseExecuteAction  
CCPActionGroup Action group that adds the copy, cut, paste actions to a view part's context menu and installs handlers for the corresponding global menu actions.
CutAction  
DeleteAction  
DeployAction  
DMLDialogSelectionSQLAction  
ExecuteCurrentSQLAction Execute current SQL, auto-select the SQLs by user defined delimiters based on current cursor position.
ExecuteSelectionSQLAction  
ExecuteSQLAction  
ExecuteSQLAsOneStatementAction Execute selected SQL as single statement.
GotoMatchingTokenAction Action to go to matching token in SQL Editor.
Messages  
PasteAction  
SelectionDispatchAction Action that dispatches the IAction#run() and the ISelectionChangedListener#selectionChanged according to the type of the selection.
SQLConnectAction This class implements the "Connect" action for the SQL Editor.
SQLConnectionAction This action calls the "SQL connection" dialog which allows user to specify ISQLEditorConnectionInfo for the SQL Editor and allows user to connect/disconnect.
SQLDisconnectAction This class implements the "Disconnect" action for the SQL Editor.
SQLInformationProvider  
ToggleCommentAction An action which toggles comment prefixes on the selected lines.