|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTextEditor
org.eclipse.datatools.sqltools.sqleditor.SQLEditor
org.eclipse.datatools.sqltools.routineeditor.RoutineEditor
A SQL Editor handles routine objects including stored procedure, function, trigger, and event.
Routine
,
Serialized FormNested Class Summary |
Nested classes inherited from class org.eclipse.datatools.sqltools.sqleditor.SQLEditor |
SQLEditor.AdaptedSourceViewer |
Field Summary | |
static java.lang.String |
EDITOR_ID
|
Fields inherited from class org.eclipse.datatools.sqltools.sqleditor.SQLEditor |
HELP_CONTEXT_ID, PLUGIN_NAME |
Constructor Summary | |
RoutineEditor()
|
Method Summary | |
void |
dispose()
Dispose of resources held by this editor. |
void |
doSave(IProgressMonitor monitor)
Saves the content of this editor. |
void |
doSaveAs()
Saves the contents of this editor to another object. |
java.util.ResourceBundle |
getConstructedResourceBundle()
Gets the resource bundle associated with this editor. |
ProcIdentifier |
getCurrProcIdentifier()
|
int |
getSQLType()
Returns the outmost sql statement type that's allowed in this editor. |
void |
init(IEditorSite site,
IEditorInput input)
|
void |
setConnectionInfo(ISQLEditorConnectionInfo connInfo)
Sets the connection info object of the editor input of this editor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String EDITOR_ID
Constructor Detail |
public RoutineEditor()
Method Detail |
public void init(IEditorSite site, IEditorInput input) throws PartInitException
init
in class SQLEditor
PartInitException
public void doSave(IProgressMonitor monitor)
SQLEditor
doSave
in class SQLEditor
org.eclipse.ui.ISaveablePart#doSave(org.eclipse.core.runtime.IProgressMonitor)
public void doSaveAs()
SQLEditor
doSaveAs
in class SQLEditor
org.eclipse.ui.ISaveablePart#doSaveAs()
public int getSQLType()
SQLEditor
getSQLType
in class SQLEditor
public void dispose()
SQLEditor
dispose
in class SQLEditor
IWorkbenchPart#dispose()
public java.util.ResourceBundle getConstructedResourceBundle()
public ProcIdentifier getCurrProcIdentifier()
public void setConnectionInfo(ISQLEditorConnectionInfo connInfo)
SQLEditor
setConnectionInfo
in class SQLEditor
connInfo
- the new connection info object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |