| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISQLCompletionEngine
| Method Summary | |
|---|---|
|  org.eclipse.jface.text.contentassist.ICompletionProposal[] | 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. | 
|  org.eclipse.jface.text.contentassist.ICompletionProposal[] | computeSyntaxProposals(org.eclipse.jface.text.IDocument doc,
                       org.eclipse.jface.text.ITypedRegion partition,
                       int documentOffset)Computes and returns a list of syntax elements (keywords and operators) as an array of CompletionProposal objects, based on the current location in the given document. | 
| Method Detail | 
|---|
org.eclipse.jface.text.contentassist.ICompletionProposal[] computeDBProposals(org.eclipse.jface.text.IDocument doc,
                                                                              org.eclipse.jface.text.ITypedRegion partition,
                                                                              int documentOffset,
                                                                              IDBContext dbcontext)
doc - the current documentpartition - the current partition in the documentdocOffset - the location (offset) in the document where content assist
 is wanteddbContext - the database context (that is, the current database connection)
org.eclipse.jface.text.contentassist.ICompletionProposal[] computeSyntaxProposals(org.eclipse.jface.text.IDocument doc,
                                                                                  org.eclipse.jface.text.ITypedRegion partition,
                                                                                  int documentOffset)
doc - the current documentpartition - the current partition in the documentdocOffset - the location (offset) in the document where content assist
 is wanted
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||