Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Java stored function - mapping of PLS_INTEGER in PL/SQL

Java stored function - mapping of PLS_INTEGER in PL/SQL

From: Spencer <sburgeon_at_hotmail.com>
Date: 25 Sep 2002 09:02:56 -0700
Message-ID: <af7460c0.0209250802.217bd121@posting.google.com>


Just a quick query - could someone please confirm if a mapping from PLS_INTEGER to java.lang.BigDecimal is valid in the following Java stored function declaration please.
Thank you very much in advance.
Spencer

CREATE OR REPLACE FUNCTION testFunction(s1 VARCHAR2) RETURN PLS_INTEGER
 AS LANGUAGE JAVA NAME 'com.testFunction(java.lang.String) return java.math.BigDecimal'; Received on Wed Sep 25 2002 - 11:02:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US