| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.editor.contentassist.SQLDBProposalsRequest
public class SQLDBProposalsRequest
Encapsulates all the information used to retrieve database meta data information for content assist.
| Constructor Summary | |
|---|---|
| SQLDBProposalsRequest(java.lang.String tokens,
                      int scope,
                      java.lang.String defaultSchema,
                      ParsingResult result) | |
| Method Summary | |
|---|---|
|  java.util.List | getContextTables()Returns the referenced org.eclipse.datatools.sqltools.sql.reference.ITables. | 
|  java.lang.String | getDatabase() | 
|  java.lang.String | getPrefix() | 
|  java.lang.String | getRealTable()In case getTable() returns the alias name, this method tries to find the real table name. | 
|  java.lang.String | getSchema() | 
|  int | getScope()Returns the proper scope. | 
|  java.lang.String | getTable()Returns the table name prefix, may be partial | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SQLDBProposalsRequest(java.lang.String tokens,
                             int scope,
                             java.lang.String defaultSchema,
                             ParsingResult result)
| Method Detail | 
|---|
public java.lang.String getDatabase()
public java.lang.String getSchema()
public java.lang.String getTable()
public java.lang.String getRealTable()
public java.lang.String getPrefix()
public int getScope()
public java.util.List getContextTables()
org.eclipse.datatools.sqltools.sql.reference.ITables.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||