Package org.eclipse.datatools.sqltools.sqlbuilder.actions

Class Summary
ActionHelper This class provides a set of helpful functions that support New and Open actions.
AddSubFullSelectAction  
AddSubSelectAction  
AddTableAction  
AddValueRowAction  
AddValuesAction  
ChangeSetOperatorAction Action for adding the SQL Statement query combined operator, e.g.
ChangeStatementTypeAction Action for changing the SQL Statement type, e.g.
ConvertToFullSelectAction Add a With table to the With Statement
CreateJoinAction  
CreateWithTableAction Add a With table to the With Statement
DefineJoinTypeAction Define the Join Type (default, inner, outer)
DeleteStatementAction Delete a SQL object
ExecuteAction  
NewSQLStatementComposite This class creates a composite with statement name, type of statement template and whether to create the template in the SQL Builder or SQL editor.
NewSQLStatementDialog This class implements a dialog which allows the user to name a new SQL statement, select it's type, and select an editor with which to edit it.
OmitCurrentSchemaAction  
RevertToDefaultAction This class implements an action which reverts the current statement to its template form.
RevertToPreviousAction This class implements an action which prompts the user whether or not to revert to last known good (parsable) version of the statement.
SQLBuilderAction This abstract class provides a base class for actions that need to associate themselves with the SQLBuilder.
SQLBuilderActionBarContributor This class provides actions for the SQL Builder editor.
TableAliasAction