Re: Inline::Java returning an array of hashes to perl from java

2004-05-26 Thread Patrick LeBoutillier
Andrew Cadman wrote: I'd like to return a complete record set of a given database table using an array of Hashmaps from my java class and convert that to an array of hashes in perl. Is this possible to acheive, and what are the performance implications, as I need to use this on a fairly heavily us

Inline::Java returning an array of hashes to perl from java

2004-05-21 Thread Andrew Cadman
Hi, I'm a perl programmer who is java newbie. I have got Inline::Java to access my database by JDBC via perl package which accesses a standard java class which in turn imports the necessary drivers and connects, etc, etc.. I'd like to return a complete record set of a given database table using a