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

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

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

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.source that return SQLCompletionEngine
 SQLCompletionEngine SQLCompletionProcessor.getCompletionEngine()
          Gets the SQLCompletionEngine associated with this completion processor.
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.source with parameters of type SQLCompletionEngine
 void SQLCompletionProcessor.setCompletionEngine(SQLCompletionEngine completionEngine)
          Sets the SQLCompletionEngine object for this processor to the given object.