Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » EclipseLink/JPA PLSQLStoredFunction with IN OUT NOCOPY
EclipseLink/JPA PLSQLStoredFunction with IN OUT NOCOPY [message #1431475] Thu, 25 September 2014 18:41
Daniele D\'Aguanno is currently offline Daniele D\'AguannoFriend
Messages: 2
Registered: September 2014
Junior Member
Hi, I have a stored procedure (with IN OUT NOCOPY param ) written in Oracle PL-SQL:

TYPE T_RECORD1 IS RECORD (
v_1 t1.v_1%type,
v_2 number

);

TYPE T_TABLE1 IS TABLE OF T_RECORD1;

PROCEDURE P_QUERY1(param1 in varchar2,
param2 in varchar2,
param3 in varchar2,
tableT IN OUT NOCOPY T_TABLE1)


I want to call that procedure with jpa2/EclipseLink and load the data from tableT,can you help me?

thx
Previous Topic:How to Select type that implements some interface
Next Topic:Install TomCat and Azure in Eclipse - Then create project
Goto Forum:
  


Current Time: Sat Jul 27 01:47:49 GMT 2024

Powered by FUDForum. Page generated in 0.02976 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top