org.eclipse.datatools.sqltools.routineeditor
Class SQLStorageDocumentProvider
java.lang.Object
StorageDocumentProvider
org.eclipse.datatools.sqltools.routineeditor.SQLStorageDocumentProvider
- All Implemented Interfaces:
- IRoutineEditorDocumentProvider
- public class SQLStorageDocumentProvider
- extends StorageDocumentProvider
- implements IRoutineEditorDocumentProvider
This document provider class is responsible for mapping routine objects and routine editor documents.
- Author:
- Hui Cao
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLStorageDocumentProvider
public SQLStorageDocumentProvider()
isModifiable
public boolean isModifiable(java.lang.Object element)
refreshFromDatabase
public void refreshFromDatabase(java.lang.Object element,
IControlConnection controlCon,
ProcIdentifier proc)
throws CoreException,
java.sql.SQLException
- Description copied from interface:
IRoutineEditorDocumentProvider
- Refreshs the routine object from database.
- Specified by:
refreshFromDatabase
in interface IRoutineEditorDocumentProvider
- Parameters:
element
- the routine objectcontrolCon
- control connection that's used by the routine editorproc
- the routine identifier
- Throws:
CoreException
java.sql.SQLException
isReadOnly
public boolean isReadOnly(java.lang.Object element)
Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.