Uses of Class
org.eclipse.datatools.sqltools.sqlbuilder.views.source.SQLBuilderDBProposalsService

Packages that use SQLBuilderDBProposalsService
org.eclipse.datatools.sqltools.sqlbuilder.views.source   
 

Uses of SQLBuilderDBProposalsService in org.eclipse.datatools.sqltools.sqlbuilder.views.source
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.source that return SQLBuilderDBProposalsService
 SQLBuilderDBProposalsService IDBContext.getDBProposalsService()
          Gets the DB proposals service associated with this database context.
 SQLBuilderDBProposalsService ConnectionContext.getDBProposalsService()
          Gets the DB proposals service associated with the connection.
 SQLBuilderDBProposalsService SQLCompletionEngine.getSQLDBProposalsService()
          Gets the current SQLDBProposalsService object.
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.source with parameters of type SQLBuilderDBProposalsService
 void ConnectionContext.setDBProposalsService(SQLBuilderDBProposalsService dbProposalsService)
          Sets the DB proposals service associated with the connection to the given object.
 void SQLCompletionEngine.setSQLDBProposalsService(SQLBuilderDBProposalsService sqlDBProposalsService)
          Sets the current SQLDBProposalsService to the given object.