الانتقال إلى المحتوى

الفرق بين Procedure و Function


the past

Recommended Posts

يا شباب اريد
ان أعرف ما ال procdure والfunction
وكيف استخدمهم مع الامثلة لو سمحتم



وايضا مالمقصود بال package وكيف استخدمه بالله لو سمحتم امثلة ضرورييييييي


ومشكوريييييييين
وجزاكم الله خير الجزاء

رابط هذا التعليق
شارك

Procedure:


A set of operations can be done using this.The parameters passed to the procedures includes "IN" operator and the result variables include "OUT".

Eg:
Create or replace procedure p1(a IN Number(2),
b OUT Number(2))IS
Begin
......

End;
In the above procedure if u say something like b:=10.Then the value 10 is assigned to OUT variable b.

U can execute it from directly in SQL prompt,

Variable OU number(2);
Set autoprint on;
Execute p1( 10,:oU);

The above 3 statements will execute & display the result.

Function:
It is similar to procedure but with small difference.

Eg:
Create or replace Function F1(a number(2)) return number Is
Begin

.......
Return (some value or variable);
End;

For executing
u shld say like
C:=F1(10);
C will contain the output value.

Package:
Its like a folder where u cant put all related stuff inside.
Procedure,Function,Common variables etc.

So when u refer a procedure inside a package u shld prefix the procedure name with package name like
{<package name>.<procedure name>}

U can execute procedures inside package using execute statement itself.

Variable OU number(2);
Set autoprint on;
Execute <package name>.p1( 10, :rolleyes: U);

Hope this gives u a clear picture.

تم تعديل بواسطة moody_4u
رابط هذا التعليق
شارك

يا أخي مشكور على هذا الرد

ولكن يا أخي انا عارف هذه الاشياء ولكن أريد تطيقها في مثال

يعني أريد مثال على افانكشن ورنامج يستدعي هذا الفانكشن ورنامج على البروسيديور ويرنامج يستدعي هذ الروسيديور





ومثال ايضا على الباكج

ومشكور على هذا الجهد

رابط هذا التعليق
شارك

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   تمت استعادة المحتوى السابق الخاص بك.   مسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

جاري التحميل
×
×
  • أضف...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية