plugins - Toad for Oracle 中是否有插件接口(interface)?

标签 plugins toad

我们希望在 Toad for Oracle 中加入一些缺失的功能。目标是添加一个菜单条目,允许访问和修改编辑器中的文本。

是否有一些记录在案的插件接口(interface)(如 Eclipse)来为 Toad 编写扩展?

最佳答案

Toad Still (2021) 缺少用于开发 Toad 扩展的插件 API 或插件 SDK。
关注 official而不是 offical蟾蜍论坛的回答:

No, we don’t provide an API for this, but Toad does support command line execution. That means you could call a specific function in Toad via the Automation Designer feature (read the Help) and perform a specific task.

Take a look at the Toad Help on Command Line Syntax and Execute Actions from the Command Line and let me know if this helps.


听起来有点讽刺,因为现在 Toad 本身就有 developed Microsoft SSMS 的插件。这意味着Toad 大量使用其他软件的Plugin API,而不是自己提供API。

关于plugins - Toad for Oracle 中是否有插件接口(interface)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13026712/

相关文章:

sql - 作为脚本执行是否意味着我的所有字段都变成 VARCHAR2 数据类型?

sql - Oracle PL/SQL 调试过程 - 使用 $$plsql_line

grails - 从本地 Grails 插件中排除依赖项

plugins - Findbugs-IDEA 插件和 QApplug 有什么区别 - Intellij IDEA 中的 Findbugs 插件

c# - 即使 c++ dll/native 插件中有 exit(1),如何保留我的 unity3d 程序 (c# v3.5)?

sql - ORA-01795 : maximum number of expressions in a list is 1000 error? 有解决方法吗

oracle - 在 Oracle DB 上运行时是否可以更改查询的并行度?

MySQL : using user-defined variables for a table name

eclipse - JSF Action 、值和绑定(bind)目录生成器

plugins - gradle 从扩展中获取值(作为输入传递给任务)