Oracle plsql:数据类型
子程序中的 数据类型
1.标量数据类型
2.列类型,行类型
<table>.<column>%type
<table>%rowtype
<cursor>%rowtype
3.exception异常
4.cursor
6.复合类型:记录(record) 和 集合(index-by表,varray,嵌套表)
Oracle plsql:数据类型子程序中的 数据类型
1.标量数据类型
2.列类型,行类型
<table>.<column>%type
<table>%rowtype
<cursor>%rowtype
3.exception异常
4.cursor
6.复合类型:记录(record) 和 集合(index-by表,varray,嵌套表)
|