Can I use nested table of ref?
Posted: Tue 19 Sep 2006 14:55
Hello.
There is type:
where odac_test_base_typ is some object type.
Can I use parameter of this type in TOraSQL?
How to get REF (TOraRef) from item of TOraNestTable of such type?
Thank you.
There is type:
Code: Select all
create type ODAC_RefTable is table of ref odac_test_base_typ;Can I use parameter of this type in TOraSQL?
How to get REF (TOraRef) from item of TOraNestTable of such type?
Thank you.