Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

call object contructor and call methods of object

DECLARE
guru_emp_det emp_object;
BEGIN
guru_emp_det:=emp_object(1005,’RRR',20000,1000);
guru_emp_det.display_records;
guru_emp_det.insert_records;
COMMIT;
END;
Source by www.guru99.com #
 
PREVIOUS NEXT
Tagged: #call #object #contructor #call #methods #object
ADD COMMENT
Topic
Name
3+7 =