What is PRAGMA RESTRICT_REFERENCES:

Questions by ddkdhar   answers by ddkdhar

Showing Answers 1 - 6 of 6 Answers

Kullai Naidu

  • Mar 5th, 2007
 

By using pragma_restrict_references we can  give the different status to functions,Like WNDB(WRITE NO DATA BASE),RNDB(read no data base),Write no package state,read no packge state.W

  Was this answer useful?  Yes

saishradha

  • Dec 3rd, 2008
 

Pragma RESTRICT_REFERENCES is a compiler directive.
It makes sure that the function maintains the purity rules and code in fuction creation satisfy the purity rules.
There are 4 values for it.
WNDS,RNDS,WNPS,RNPS.

Thanks
Jai Sainath

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions