| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISQLDBProposalsService | |
|---|---|
| org.eclipse.datatools.sqltools.sqleditor | |
| org.eclipse.datatools.sqltools.sqleditor.internal.editor | |
| org.eclipse.datatools.sqltools.sqleditor.internal.sql | |
| Uses of ISQLDBProposalsService in org.eclipse.datatools.sqltools.sqleditor | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqleditor that return ISQLDBProposalsService | |
|---|---|
|  ISQLDBProposalsService | SQLEditor.getDBProposalsService()Gets the DBProposalsServiceobject that provides content assist services for this editor. | 
| Uses of ISQLDBProposalsService in org.eclipse.datatools.sqltools.sqleditor.internal.editor | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqleditor.internal.editor that return ISQLDBProposalsService | |
|---|---|
|  ISQLDBProposalsService | SQLSourceViewerConfiguration.getDBProposalsService()Gets the DBProposalsServiceobject that provides content
 assist services for this editor. | 
| Methods in org.eclipse.datatools.sqltools.sqleditor.internal.editor with parameters of type ISQLDBProposalsService | |
|---|---|
|  void | SQLSourceViewerConfiguration.setDBProposalsService(ISQLDBProposalsService dbProposalsService)Sets the ISQLDBProposalsServiceobject that provides content
 assist services for this viewer to the given object. | 
| Uses of ISQLDBProposalsService in org.eclipse.datatools.sqltools.sqleditor.internal.sql | 
|---|
| Classes in org.eclipse.datatools.sqltools.sqleditor.internal.sql that implement ISQLDBProposalsService | |
|---|---|
|  class | SQLDBProposalsServiceProvides database identifier proposal services for the editor, to support code completion. | 
| Methods in org.eclipse.datatools.sqltools.sqleditor.internal.sql that return ISQLDBProposalsService | |
|---|---|
|  ISQLDBProposalsService | SQLCompletionProcessor.getDBProposalService()Gets the DBProposalsService. | 
|  ISQLDBProposalsService | SQLCompletionEngine.getDBProposalsService()Gets the current DBProposalsService. | 
|  ISQLDBProposalsService | SQLCompletionProposalFactory.getDBProposalsService()Get the DBProposalsServiceto use. | 
|  ISQLDBProposalsService | SQLParserCompletionEngine.getDBProposalsService()Gets the current DBProposalsService. | 
| Methods in org.eclipse.datatools.sqltools.sqleditor.internal.sql with parameters of type ISQLDBProposalsService | |
|---|---|
|  void | SQLCompletionEngine.setDBProposalsService(ISQLDBProposalsService dbProposalsService)Sets the DBProposalsServiceto use. | 
|  void | SQLCompletionProcessor.setDBProposalsService(ISQLDBProposalsService dbProposalsService)Sets the ISQLDBProposalsServiceto use to generate DB object
 proposals (tables, columns) for content assist. | 
|  void | SQLParserCompletionEngine.setDBProposalsService(ISQLDBProposalsService dbProposalsService)Sets the DBProposalsServiceto use. | 
|  void | SQLCompletionProposalFactory.setFactoryDBContext(ISQLDBProposalsService dbProposalsService)Sets the DBProposalsServiceto use. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||