|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the action constants used in SQL Editor.
Field Summary | |
static java.lang.String |
ATTACHE_PROFILE_ACTION_ID
Context menu id for attach connection profile action. |
static java.lang.String |
CONTENT_ASSIST_ACTION_ID
Context menu id for content assist action. |
static java.lang.String |
CREATE_DATABASE_ACTION_ID
Context menu id for create database action. |
static java.lang.String |
DEBUG_ACTION_ID
Context menu id for debug routine action. |
static java.lang.String |
EXECUTE_SELECTION_SQL_ACTION_ID
Context menu id for selected sql execution action. |
static java.lang.String |
EXECUTE_SQL_ACTION_ID
Context menu id for sql execution action. |
static java.lang.String |
EXPLAIN_SQL_ACTION_ID
Context menu id for SQL query plan retrieval action. |
static java.lang.String |
GROUP_INSERT_QUERY_ID
Context menu manager id for query creation wizard actions. |
static java.lang.String |
GROUP_NEW_ROUTINE_ID
Context menu manager id for routine object creation actions. |
static java.lang.String |
GROUP_OPEN
Context menu group for open actions. |
static java.lang.String |
GROUP_SQLEDITOR_ADDITION
Context menu group for additional actions. |
static java.lang.String |
GROUP_SQLEDITOR_DB_SUBMENU
Context menu group for database specific actions. |
static java.lang.String |
GROUP_SQLEDITOR_EXECUTE
Context menu group for execute actions. |
static java.lang.String |
GROUP_SQLEDITOR_PASTE
Context menu group for statement insertion actions, such as S/I/U/D statement wizards. |
static java.lang.String |
GROUP_SQLEDITOR_PREFERENCE
Context menu group for SQL Editor preference action. |
static java.lang.String |
GROUP_SQLEDITOR_SAVE
Context menu group for save actions. |
static java.lang.String |
GROUP_SQLEDITOR_SOURCE
Context menu group for SQL source actions. |
static java.lang.String |
GROUP_SQLEDITOR_WIZARD
Context menu group for routine object creation wizard actions. |
static java.lang.String |
NEW_EVENT_ACTION_ID
Context menu id for event creation action. |
static java.lang.String |
NEW_FUNCTION_ACTION_ID
Context menu id for function creation action. |
static java.lang.String |
NEW_PROCEDURE_ACTION_ID
Context menu id for stored procedure creation action. |
static java.lang.String |
NEW_TRIGGER_ACTION_ID
Context menu id for trigger creation action. |
static java.lang.String |
OPEN_DECLARATION_ACTION_ID
Context menu id for open declaration action. |
static java.lang.String |
PASTE_DELETE_ACTION_ID
Context menu id for delete statement creation action. |
static java.lang.String |
PASTE_INSERT_ACTION_ID
Context menu id for insert statement creation action. |
static java.lang.String |
PASTE_SELECT_ACTION_ID
Context menu id for select statement creation action. |
static java.lang.String |
PASTE_UPDATE_ACTION_ID
Context menu id for update statement creation action. |
static java.lang.String |
REFRESH_FROM_DATABASE_ACTION_ID
Context menu id for refresh from database action. |
static java.lang.String |
RENAME_ACTION_ID
Context menu id for rename action. |
static java.lang.String |
RUN_ACTION_ID
Context menu id for run routine action. |
static java.lang.String |
SAVE_AS_ACTION_ID
Context menu id for the standard workbench save as menu. |
static java.lang.String |
SAVE_AS_TEMPLATE_ACTION_ID
Context menu id for save selected text as template action. |
static java.lang.String |
SAVE_TO_DATABASE_ACTION_ID
Context menu id for save to database action. |
static java.lang.String |
SHOW_INFORMATION_ACTION_ID
Context menu id for show information action. |
static java.lang.String |
TOGGLE_COMMENT
Context menu id for toggle comment action. |
Field Detail |
public static final java.lang.String GROUP_SQLEDITOR_EXECUTE
"group.sqleditor.execute"
public static final java.lang.String GROUP_SQLEDITOR_WIZARD
public static final java.lang.String GROUP_SQLEDITOR_SAVE
public static final java.lang.String GROUP_SQLEDITOR_PASTE
public static final java.lang.String GROUP_SQLEDITOR_SOURCE
public static final java.lang.String GROUP_SQLEDITOR_ADDITION
public static final java.lang.String GROUP_OPEN
public static final java.lang.String GROUP_SQLEDITOR_DB_SUBMENU
public static final java.lang.String GROUP_SQLEDITOR_PREFERENCE
public static final java.lang.String CONTENT_ASSIST_ACTION_ID
public static final java.lang.String EXPLAIN_SQL_ACTION_ID
public static final java.lang.String EXECUTE_SQL_ACTION_ID
public static final java.lang.String EXECUTE_SELECTION_SQL_ACTION_ID
public static final java.lang.String SHOW_INFORMATION_ACTION_ID
public static final java.lang.String GROUP_NEW_ROUTINE_ID
public static final java.lang.String NEW_EVENT_ACTION_ID
public static final java.lang.String NEW_FUNCTION_ACTION_ID
public static final java.lang.String NEW_PROCEDURE_ACTION_ID
public static final java.lang.String NEW_TRIGGER_ACTION_ID
public static final java.lang.String GROUP_INSERT_QUERY_ID
public static final java.lang.String PASTE_SELECT_ACTION_ID
public static final java.lang.String PASTE_UPDATE_ACTION_ID
public static final java.lang.String PASTE_INSERT_ACTION_ID
public static final java.lang.String PASTE_DELETE_ACTION_ID
public static final java.lang.String SAVE_TO_DATABASE_ACTION_ID
public static final java.lang.String REFRESH_FROM_DATABASE_ACTION_ID
public static final java.lang.String ATTACHE_PROFILE_ACTION_ID
public static final java.lang.String TOGGLE_COMMENT
public static final java.lang.String SAVE_AS_ACTION_ID
public static final java.lang.String SAVE_AS_TEMPLATE_ACTION_ID
public static final java.lang.String RUN_ACTION_ID
public static final java.lang.String DEBUG_ACTION_ID
public static final java.lang.String OPEN_DECLARATION_ACTION_ID
public static final java.lang.String RENAME_ACTION_ID
public static final java.lang.String CREATE_DATABASE_ACTION_ID
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |