|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLDBProposalsRequest | |
---|---|
org.eclipse.datatools.sqltools.editor.contentassist | |
org.eclipse.datatools.sqltools.sqleditor.internal.sql |
Uses of SQLDBProposalsRequest in org.eclipse.datatools.sqltools.editor.contentassist |
---|
Methods in org.eclipse.datatools.sqltools.editor.contentassist with parameters of type SQLDBProposalsRequest | |
---|---|
boolean |
ISQLDBProposalsService.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. |
Uses of SQLDBProposalsRequest in org.eclipse.datatools.sqltools.sqleditor.internal.sql |
---|
Methods in org.eclipse.datatools.sqltools.sqleditor.internal.sql that return SQLDBProposalsRequest | |
---|---|
SQLDBProposalsRequest |
SQLDBProposalsService.getSQLDBProposalRequest()
Gets the content assist request for database meta objects. |
Methods in org.eclipse.datatools.sqltools.sqleditor.internal.sql with parameters of type SQLDBProposalsRequest | |
---|---|
java.util.List |
SQLCompletionProposalFactory.getDBObjectProposals(SQLDBProposalsRequest request)
Gets a list of DBProposal objects. |
boolean |
SQLDBProposalsService.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |