_resources = new SQLPluginResources(BUNDLE_BASE_NAME, this);
ActionCollection coll = app.getActionCollection();
coll.add(new CreateTableScriptAction(app, _resources, this));
coll.add(new CreateSelectScriptAction(app, _resources, this));
coll.add(new DropTableScriptAction(app, _resources, this));
coll.add(new CreateDataScriptAction(app, _resources, this));
coll.add(new CreateTemplateDataScriptAction(app, _resources, this));
coll.add(new CreateDataScriptOfCurrentSQLAction(app, _resources, this));
coll.add(new CreateTableOfCurrentSQLAction(app, _resources, this));
createMenu();