Uses of Interface
org.eclipse.datatools.sqltools.editor.contentassist.ISQLDBProposalsService

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 DBProposalsService object 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 DBProposalsService object 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 ISQLDBProposalsService object 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 SQLDBProposalsService
          Provides 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 DBProposalsService to 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 DBProposalsService to use.
 void SQLCompletionProcessor.setDBProposalsService(ISQLDBProposalsService dbProposalsService)
          Sets the ISQLDBProposalsService to use to generate DB object proposals (tables, columns) for content assist.
 void SQLParserCompletionEngine.setDBProposalsService(ISQLDBProposalsService dbProposalsService)
          Sets the DBProposalsService to use.
 void SQLCompletionProposalFactory.setFactoryDBContext(ISQLDBProposalsService dbProposalsService)
          Sets the DBProposalsService to use.