|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.sql.util.DSEUtil
public class DSEUtil
Provides utility methods to navigate through the Data Source Explorer and find the desired information.
Constructor Summary | |
---|---|
DSEUtil()
|
Method Summary | |
---|---|
static org.eclipse.datatools.sqltools.core.services.ActionService |
getActionService(org.eclipse.datatools.sqltools.core.DatabaseVendorDefinitionId vendorId)
Get the ActionService by DatabaseVendorDefinitionId |
static org.eclipse.datatools.sqltools.core.services.ActionService |
getActionService(IVirtualNode node)
Get the ActionService by virtual node |
static org.eclipse.datatools.sqltools.core.services.ActionService |
getActionService(SQLObject object)
Get the ActionService by SQLObject |
static org.eclipse.datatools.sqltools.core.services.ActionService |
getActionService(java.lang.String profileName)
Get the ActionService by profile name. |
static java.lang.String |
getProfileName(IVirtualNode _node)
|
static void |
refreshParent(SQLObject element)
Refreshes the parent object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DSEUtil()
Method Detail |
---|
public static java.lang.String getProfileName(IVirtualNode _node)
public static void refreshParent(SQLObject element)
element
- public static org.eclipse.datatools.sqltools.core.services.ActionService getActionService(SQLObject object)
object
- the sql model
public static org.eclipse.datatools.sqltools.core.services.ActionService getActionService(IVirtualNode node)
node
- the virtual node
public static org.eclipse.datatools.sqltools.core.services.ActionService getActionService(java.lang.String profileName)
profileName
- profile name
public static org.eclipse.datatools.sqltools.core.services.ActionService getActionService(org.eclipse.datatools.sqltools.core.DatabaseVendorDefinitionId vendorId)
vendorId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |