Community
Participate
Working Groups
(found in TRUNK a.k.a. the 2.4.0 stream) A StoredProcedure in a PL/SQL package can specify its parameters without any direction: CREATE PACKAGE FOO_PACKAGE AS FUNCTION foo(P1 NUMBER ) RETURN DATE; END FOO_PACKAGE; In the above example, P1 is an 'IN' argument
Created attachment 210080 [details] handle args with null direction as IN by default
Created attachment 210081 [details] handle args with null direction as IN by default
fixed in SVN revision: 10743
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink