Uses of Interface
org.eclipse.datatools.sqltools.sqlbuilder.views.source.IDBContext

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

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

Classes in org.eclipse.datatools.sqltools.sqlbuilder.views.source that implement IDBContext
 class ConnectionContext
           
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.source that return IDBContext
 IDBContext SQLCompletionEngine.getDBContext()
          Gets the current DB context object.
 IDBContext SQLCompletionProcessor.getDBContext()
          Gets the current DB context object.
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.source with parameters of type IDBContext
 void SQLSourceViewerConfiguration.addDBContext(IDBContext context)
           
 org.eclipse.jface.text.contentassist.ICompletionProposal[] SQLCompletionEngine.computeDBProposals(org.eclipse.jface.text.IDocument doc, org.eclipse.jface.text.ITypedRegion partition, int docOffset, IDBContext dbcontext)
          Computes and returns a list of database (catalog) objects (that is, schema, table, and column names) as an array of CompletionProposal objects, based on the current location in the given document.
 org.eclipse.jface.text.contentassist.ICompletionProposal[] ISQLCompletionEngine.computeDBProposals(org.eclipse.jface.text.IDocument doc, org.eclipse.jface.text.ITypedRegion partition, int documentOffset, IDBContext dbcontext)
          Computes and returns a list of database (catalog) objects (that is, schema, table, and column names) as an array of CompletionProposal objects, based on the current location in the given document.
 void SQLCompletionEngine.setDBContext(IDBContext dbContext)
          Sets the current DB context to the given object.
 void SQLCompletionProcessor.setDBContext(IDBContext newDBContext)
          Sets the DB context object to the given object.