Re: PL/SQL Object Type in DBD::Oracle?

2007-06-21 Thread John Scoles
Oddly engough I am working on this kind of thing right now with the vararry If you have the SQL code (tables functions etc I can work on it a little more) Perhaps later this week. I plan to make a final try at getting this sort of support in DBD::Oracle 1.20 . I plan to released 1.20 in mi

PL/SQL Object Type in DBD::Oracle?

2007-06-21 Thread Sir Woody Hackswell
Are there any plans to add PL/SQL Object type bindings to DBD::Oracle? OCI supports it, and I think perl's hashes would make a find psuedo object we could bind to the PL/SQL for in or in_out variables. For example: my $sql = " DECLARE in_row myObj; retcode number; BEGIN :retcode := Otherpack