org.eclipse.datatools.sqltools.routineeditor.IRoutineEditorDocumentProvider
class which will provide additional functions beyond the original document provider. Note: this extension point is intended to be used by DTP SQL debugger only for now.
<!ELEMENT extension (provider)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
This extension point should be used by debugger only.
<!ELEMENT provider EMPTY>
<!ATTLIST provider
id CDATA #IMPLIED
class CDATA #REQUIRED>
SQLDebuggerDocumentProvider will be used by SQLEditorDocumentProvider to manage breakpoint positions.<extension point=
"org.eclipse.datatools.sqltools.routineeditor.documentprovider"
>
<provider class=
"org.eclipse.datatools.sqltools.debugger.editorextension.SQLDebuggerDocumentProvider"
/>
</extension>
Copyright (c) 2005 Sybase, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Sybase, Inc. - initial API and implementation