Method Summary |
|
public void | aliasCopied(SQLAlias source, SQLAlias target) |
public void | aliasRemoved(SQLAlias alias) |
public static boolean | checkObjectAccessible(ISession session, String query) Check if we can run query. |
public IAliasPropertiesPanelController[] | getAliasPropertiesPanelControllers(SQLAlias alias) Create Alias prefs panel. |
public String | getAuthor() Returns the authors name. |
public String | getChangeLogFileName() |
public String | getContributors() Returns a comma separated list of other contributors. |
public INodeExpander | getDefaultNodeExpander(ISession session, DatabaseObjectType type) Return a node expander for the object tree for a particular default node type.
A plugin could return non null here if they wish to override the default node
expander bahaviour. |
public String | getDescriptiveName() Return the descriptive name of this plugin. |
public IGlobalPreferencesPanel[] | getGlobalPreferencePanels() Create panel for the Global Properties dialog. |
public String | getHelpFileName() |
public String | getInternalName() Return the internal name of this plugin. |
public String | getLicenceFileName() |
public String | getVersion() Returns the current version of this plugin. |
public void | initialize() |
protected boolean | isPluginSession(ISession session) |
public void | load(IApplication app) |
public void | sessionEnding(ISession session) Called when a session shutdown. |
public PluginSessionCallback | sessionStarted(ISession session) |
public void | unload() |