六狼论坛's Archiver
首页
›
Oracle ERP
› 在PL/SQL中调用Java方法
ech0-silence
发表于 2012-10-25 00:56:09
在PL/SQL中调用Java方法
1. 通过创建Java source的方式将Java class编译到数据库中
create or replace and compile java source named xxfnd aspackage xxfnd;public class Test{public void Test(){}pubic static String helloWorld(){ return "Hello, World!";}}
页:
[1]
查看完整版本:
在PL/SQL中调用Java方法