|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLDBProposalsService
Provides services to retrieve, construct list of proposals of database objects (schemas, tables, columns) based on a given connection info.
Method Summary | |
---|---|
java.util.List |
getDBProposals()
Gets the list of SQLDBProposal objects for the content assist proposals. |
ISQLEditorConnectionInfo |
getSQLEditorConnectionInfo()
Gets the ISQLEditorConnectionInfo used to provide content assist. |
boolean |
populate(SQLDBProposalsRequest request)
Populates the list database of database object proposals (schemas, tables, columns) using given list of tokens (DB identifiers) indicating the start of the expression for which the user wants DB proposals. |
void |
setSQLEditorConnectionInfo(ISQLEditorConnectionInfo connectionInfo)
Sets the ISQLEditorConnectionInfo used to provide content assist. |
Method Detail |
---|
ISQLEditorConnectionInfo getSQLEditorConnectionInfo()
ISQLEditorConnectionInfo
used to provide content assist.
ISQLEditorConnectionInfo
objectvoid setSQLEditorConnectionInfo(ISQLEditorConnectionInfo connectionInfo)
ISQLEditorConnectionInfo
used to provide content assist.
boolean populate(SQLDBProposalsRequest request)
tokenList
- list of tokens indicating the start of the expression for
which the user wants DB proposalsscope
- the scope at current position indicating what kind of
information is required.
ISQLParserConstants
java.util.List getDBProposals()
SQLDBProposal
objects for the content assist proposals.
Call populate to populate this list.
populate( List tokenList )
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |