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 -> PL/SQL: optional arguments for procedures/funcs

PL/SQL: optional arguments for procedures/funcs

From: Keso <keso_at_hep.tel.fer.hr>
Date: Wed, 24 Nov 1999 16:19:04 +0100
Message-ID: <81gviu$njm$1@bagan.srce.hr>


Hi PL/SQL gurus !

Can it be determined if optional argument is set by a call or default value is used ?

Setting it to some default value (e.g. null) is NOT ENOUGH because I need to find out is that null forced by explicit call with that (e.g.null) value,
or the argument was not set because parameter in function call was ommited so default value is used.

In short, i need a function like this: IsParameterPresent( parameter_name )

please help,

Vedran

Received on Wed Nov 24 1999 - 09:19:04 CST

Original text of this message

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