|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.core.services.SQLEditorService
A SQL Editor related service specific to a database definition. This interface allows clients to customize the default behavior of the SQL Editor.
| Constructor Summary | |
SQLEditorService()
|
|
| Method Summary | |
java.util.Collection |
getAdditionalActions()
Returns data server specific actions, which will be added to menu/context menu and tool bar. |
java.util.Collection |
getExcludedActionIds()
The following actions can be excluded in SQL Editor: ISQLEditorActionConstants.EXPLAIN_SQL_ACTION_ID
ISQLEditorActionConstants.EXECUTE_SQL_ACTION_ID
ISQLEditorActionConstants.EXECTUE_SELECTION_SQL_ACTION_ID
ISQLEditorActionConstants.GROUP_NEW_ROUTINE_ID
ISQLEditorActionConstants.GROUP_INSERT_QUERY_ID
ISQLEditorActionConstants.RUN_ACTION_ID
ISQLEditorActionConstants.DEBUG_ACTION_ID |
IExtendedLaunchSupport |
getExtendedLaunchSupport()
Returns a IExtendedLaunchSupport object which is used to execute additional operations before/after launching |
IExtendedSaveSupport |
getExtendedSaveSupport()
Returns a IExtendedSaveSupport object which is used to perform additional operations before/after saving a
procedural object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SQLEditorService()
| Method Detail |
public IExtendedLaunchSupport getExtendedLaunchSupport()
IExtendedLaunchSupport object which is used to execute additional operations before/after launching
IExtendedLaunchSupport object to customize the launching behavior.public IExtendedSaveSupport getExtendedSaveSupport()
IExtendedSaveSupport object which is used to perform additional operations before/after saving a
procedural object
IExtendedSaveSupport object to customize the saving behaviorpublic java.util.Collection getExcludedActionIds()
ISQLEditorActionConstants.EXPLAIN_SQL_ACTION_ID
ISQLEditorActionConstants.EXECUTE_SQL_ACTION_ID
ISQLEditorActionConstants.EXECTUE_SELECTION_SQL_ACTION_ID
ISQLEditorActionConstants.GROUP_NEW_ROUTINE_ID
ISQLEditorActionConstants.GROUP_INSERT_QUERY_ID
ISQLEditorActionConstants.RUN_ACTION_ID
ISQLEditorActionConstants.DEBUG_ACTION_ID
public java.util.Collection getAdditionalActions()
org.eclipse.jface.action.Action objects.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||