Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文档 DerbySQLroutines解释了 Derby 过程可以使用 SQLJ.INSTALL_JAR 存储在数据库中,也可以保存在外部 JAR 文件中。
每种方法的优势是什么?
谢谢你。
如果它被烘焙到数据库中,那么数据库可以在没有额外 jar 的情况下使用。这样做的缺点是您必须努力将代码放入数据库。这是一种现在支付或以后支付的权衡。