-- Run from SQL*Plus
-- This creates a function around the Java method 'translate' from
-- the class AvQuery.  It can be called as a PL/SQL function called 
-- AvTranslate.  See cr_java.sql for the Java source
 
create or replace function JAvTranslate (avQueryString varchar2) 
    return varchar2 
  as language java name 'AvQuery.translate(java.lang.String) 
    return java.lang.String';
/
E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy