|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRoutineEditorDocumentProvider
This interface defines document provider operations specific to SQL Routine Editor.
Method Summary | |
---|---|
void |
refreshFromDatabase(java.lang.Object element,
org.eclipse.datatools.sqltools.core.IControlConnection controlCon,
org.eclipse.datatools.sqltools.core.ProcIdentifier proc)
Refreshs the routine object from database. |
Methods inherited from interface org.eclipse.ui.texteditor.IDocumentProvider |
---|
aboutToChange, addElementStateListener, canSaveDocument, changed, connect, disconnect, getAnnotationModel, getDocument, getModificationStamp, getSynchronizationStamp, isDeleted, mustSaveDocument, removeElementStateListener, resetDocument, saveDocument |
Methods inherited from interface org.eclipse.ui.texteditor.IDocumentProviderExtension2 |
---|
getProgressMonitor, setProgressMonitor |
Methods inherited from interface org.eclipse.ui.texteditor.IDocumentProviderExtension3 |
---|
isSynchronized |
Method Detail |
---|
void refreshFromDatabase(java.lang.Object element, org.eclipse.datatools.sqltools.core.IControlConnection controlCon, org.eclipse.datatools.sqltools.core.ProcIdentifier proc) throws org.eclipse.core.runtime.CoreException, java.sql.SQLException
element
- the routine objectcontrolCon
- control connection that's used by the routine editorproc
- the routine identifier
org.eclipse.core.runtime.CoreException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |