Package org.eclipse.datatools.sqltools.sqlbuilder.input

Interface Summary
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.
ISQLBuilderEditorInputUsageOptions This interface defines the usage options of ISQLBuilderEditorInput.
 

Class Summary
SQLBuilderEditorInput This class implements the ISQLEditorInput interface using a string for the SQL statement itself.
SQLBuilderEditorInputUsageOptions This class defines the usage options of ISQLBuilderEditorInput.
SQLBuilderFileEditorInput This class implements the ISQLEditorInput interface using a FileEditorInput as the base.
SQLBuilderInputFactory The class implements a factory which is capable of saving and recreating SQLBuilderStorageEditorInputs stored in a memento.
SQLBuilderStorageEditorInput This class implements the ISQLBuilderEditorInput interface on a IStorageEditorInput base.
SQLBuilderWindowStateFactory The class implements a factory which is capable of saving and recreating a SQLBuilderWindowStateInput stored in a memento.
SQLBuilderWindowStateInput The class defines the SQL Query Builder's window state input, which must contain an IWindowStateInfo instance.