这样就可以在VHDL描述中引用程序包当中的资源了,如类型、常量、元件声明、过渗磨程、函数、属性等等。
例如要引用“std_logic”类型,就需要如下子句渗喊培:
LIBRARY IEEE
USE IEEE.std_logic_1164.ALL
pl/sql里,select语句必须接into
,不接闷则into那就得返回一银闷个游标锋罩弯出去,比如
create
or
replace
package
test_package
is
procedure
query_test(num
number,po_cursor
out
sys_refcursor)
end
test_package
create
or
replace
package
body
test_package
is
procedure
query_test(num
number,po_cursor
out
sys_refcursor)
is
begin
select
unitname,tradetype,workernumber
from
test
where
income=num
end
query_test
end
test_package
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)