Uses of Interface
org.eclipse.datatools.sqltools.sqleditor.ISQLEditorInput

Packages that use ISQLEditorInput
org.eclipse.datatools.sqltools.routineeditor.ui   
org.eclipse.datatools.sqltools.sqlbuilder.input   
org.eclipse.datatools.sqltools.sqleditor   
 

Uses of ISQLEditorInput in org.eclipse.datatools.sqltools.routineeditor.ui
 

Classes in org.eclipse.datatools.sqltools.routineeditor.ui that implement ISQLEditorInput
 class ProcEditorInput
          The editor input object for routine editor.
 

Uses of ISQLEditorInput in org.eclipse.datatools.sqltools.sqlbuilder.input
 

Subinterfaces of ISQLEditorInput in org.eclipse.datatools.sqltools.sqlbuilder.input
 interface ISQLBuilderEditorInput
          This interface is a mix-in interface to be used with an IEditorInput to add additional information to the editor input for the SQL Builder.
 

Classes in org.eclipse.datatools.sqltools.sqlbuilder.input that implement ISQLEditorInput
 class SQLBuilderEditorInput
          This class implements the ISQLEditorInput interface using a string for the SQL statement itself.
 class SQLBuilderFileEditorInput
          This class implements the ISQLEditorInput interface using a FileEditorInput as the base.
 class SQLBuilderStorageEditorInput
          This class implements the ISQLBuilderEditorInput interface on a IStorageEditorInput base.
 

Uses of ISQLEditorInput in org.eclipse.datatools.sqltools.sqleditor
 

Classes in org.eclipse.datatools.sqltools.sqleditor that implement ISQLEditorInput
 class SQLEditorStorageEditorInput
          This class implements the ISQLEditorInput interface on a IStorageEditorInput base.