org.eclipse.datatools.sqltools.sqleditor
Interface IHelpConstants

All Known Subinterfaces:
IHelpContextIds

public interface IHelpConstants

This file contains all the context help ID that are used by following DTP plugins: TPS_helpKey_constants_for_plug-in: org.eclipse.datatools.sqltools.sqleditor

Author:
renj

Field Summary
static java.lang.String ATTACH_CONNECTION_PROFILE_ACTION
          Used for Set Connection Info action in SQL Editor.
static java.lang.String ATTACHING_PROFILE
          Used for SQL scrapbook's Select Profile for the Editor dialog.
static java.lang.String DEBUG_ACTION
          Used for Debug action in SQL Editor.
static java.lang.String EDIT_TEMPLATE_DIALOG
          Used for New Template dialog.
static java.lang.String EVENT_LAUNCH_CONFIGURATION_PARAMETERS
          Used for Eclipse Data Tools' configure parameters dialog of event.
static java.lang.String EXECUTE_ALL_ACTION
          Used for Execute All in SQL Editor.
static java.lang.String EXECUTE_CURRENT_SQL_ACTION
          Used for Execute Current Text in SQL Editor
static java.lang.String EXECUTE_SELECTED_TEXT_ACTION
          Used for Execute Selected Text in SQL Editor.
static java.lang.String EXECUTE_SQL_AS_ONE_STATEMENT_ACTION
          Used for Execute Selected Text As One Statement in SQL Editor
static java.lang.String GET_EXECUTION_PLAN_ACTION
          Used for Get Execution Plan in SQL Editor.
static java.lang.String GOTO_MATCHING_TOKEN_ACTION
          Used for goto matching token action.
static java.lang.String LAUNCH_CONFIGURATION_MAIN
          Used for launch configuration of Eclipse Data Tools
static java.lang.String NEW_SQL_FILE
          Used for creating a new SQL scrapbook.
static java.lang.String PREFERENCES_CODE_ASSIST
          Used for Code Assist preference page.
static java.lang.String PREFERENCES_DATABASE_DEVELOPMENT
          Used for Database Development preference page.
static java.lang.String PREFERENCES_SQL_EDITOR
          Used for SQL Editor preference page.
static java.lang.String PREFERENCES_SQL_FILES
          Used for SQL File/Scrapbooks preference page.
static java.lang.String PREFERENCES_SYNTAX_COLORING
          Used for Syntax Coloring preference page.
static java.lang.String PREFERENCES_TEMPLATES
          Used for Templates preference page.
static java.lang.String REFRESH_FROM_DATABASE_ACTION
          Used for Refresh From Server in SQL Editor.
static java.lang.String RUN_ACTION
          Used for Run action in SQL Editor.
static java.lang.String SAVE_AS_TEMPLATE_ACTION
          Used for Save as Template action in SQL Editor.
static java.lang.String SAVE_TO_DATABASE_ACTION
          Used for Save to Server in SQL Editor.
static java.lang.String SP_LAUNCH_CONFIGURATION_PARAMETERS
          Used for Eclipse Data Tools' configure parameters dialog.
static java.lang.String SQLEDITOR
          Used for SQL Editor.
static java.lang.String TOGGLE_COMMENT_ACTION
          Used for Toggle Comment action in SQL Editor.
 

Field Detail

NEW_SQL_FILE

static final java.lang.String NEW_SQL_FILE
Used for creating a new SQL scrapbook.

See Also:
Constant Field Values

SQLEDITOR

static final java.lang.String SQLEDITOR
Used for SQL Editor.

See Also:
Constant Field Values

ATTACHING_PROFILE

static final java.lang.String ATTACHING_PROFILE
Used for SQL scrapbook's Select Profile for the Editor dialog.

See Also:
Constant Field Values

LAUNCH_CONFIGURATION_MAIN

static final java.lang.String LAUNCH_CONFIGURATION_MAIN
Used for launch configuration of Eclipse Data Tools

See Also:
Constant Field Values

SP_LAUNCH_CONFIGURATION_PARAMETERS

static final java.lang.String SP_LAUNCH_CONFIGURATION_PARAMETERS
Used for Eclipse Data Tools' configure parameters dialog.

See Also:
Constant Field Values

EVENT_LAUNCH_CONFIGURATION_PARAMETERS

static final java.lang.String EVENT_LAUNCH_CONFIGURATION_PARAMETERS
Used for Eclipse Data Tools' configure parameters dialog of event.

See Also:
Constant Field Values

PREFERENCES_DATABASE_DEVELOPMENT

static final java.lang.String PREFERENCES_DATABASE_DEVELOPMENT
Used for Database Development preference page.

See Also:
Constant Field Values

PREFERENCES_SQL_EDITOR

static final java.lang.String PREFERENCES_SQL_EDITOR
Used for SQL Editor preference page.

See Also:
Constant Field Values

PREFERENCES_CODE_ASSIST

static final java.lang.String PREFERENCES_CODE_ASSIST
Used for Code Assist preference page.

See Also:
Constant Field Values

PREFERENCES_SQL_FILES

static final java.lang.String PREFERENCES_SQL_FILES
Used for SQL File/Scrapbooks preference page.

See Also:
Constant Field Values

PREFERENCES_TEMPLATES

static final java.lang.String PREFERENCES_TEMPLATES
Used for Templates preference page.

See Also:
Constant Field Values

PREFERENCES_SYNTAX_COLORING

static final java.lang.String PREFERENCES_SYNTAX_COLORING
Used for Syntax Coloring preference page.

See Also:
Constant Field Values

TOGGLE_COMMENT_ACTION

static final java.lang.String TOGGLE_COMMENT_ACTION
Used for Toggle Comment action in SQL Editor.

See Also:
Constant Field Values

EXECUTE_ALL_ACTION

static final java.lang.String EXECUTE_ALL_ACTION
Used for Execute All in SQL Editor.

See Also:
Constant Field Values

EXECUTE_SELECTED_TEXT_ACTION

static final java.lang.String EXECUTE_SELECTED_TEXT_ACTION
Used for Execute Selected Text in SQL Editor.

See Also:
Constant Field Values

EXECUTE_SQL_AS_ONE_STATEMENT_ACTION

static final java.lang.String EXECUTE_SQL_AS_ONE_STATEMENT_ACTION
Used for Execute Selected Text As One Statement in SQL Editor

See Also:
Constant Field Values

EXECUTE_CURRENT_SQL_ACTION

static final java.lang.String EXECUTE_CURRENT_SQL_ACTION
Used for Execute Current Text in SQL Editor

See Also:
Constant Field Values

GET_EXECUTION_PLAN_ACTION

static final java.lang.String GET_EXECUTION_PLAN_ACTION
Used for Get Execution Plan in SQL Editor.

See Also:
Constant Field Values

RUN_ACTION

static final java.lang.String RUN_ACTION
Used for Run action in SQL Editor.

See Also:
Constant Field Values

DEBUG_ACTION

static final java.lang.String DEBUG_ACTION
Used for Debug action in SQL Editor.

See Also:
Constant Field Values

SAVE_TO_DATABASE_ACTION

static final java.lang.String SAVE_TO_DATABASE_ACTION
Used for Save to Server in SQL Editor.

See Also:
Constant Field Values

REFRESH_FROM_DATABASE_ACTION

static final java.lang.String REFRESH_FROM_DATABASE_ACTION
Used for Refresh From Server in SQL Editor.

See Also:
Constant Field Values

ATTACH_CONNECTION_PROFILE_ACTION

static final java.lang.String ATTACH_CONNECTION_PROFILE_ACTION
Used for Set Connection Info action in SQL Editor.

See Also:
Constant Field Values

SAVE_AS_TEMPLATE_ACTION

static final java.lang.String SAVE_AS_TEMPLATE_ACTION
Used for Save as Template action in SQL Editor.

See Also:
Constant Field Values

EDIT_TEMPLATE_DIALOG

static final java.lang.String EDIT_TEMPLATE_DIALOG
Used for New Template dialog.

See Also:
Constant Field Values

GOTO_MATCHING_TOKEN_ACTION

static final java.lang.String GOTO_MATCHING_TOKEN_ACTION
Used for goto matching token action.

See Also:
Constant Field Values