From: whalesuit at bonbon.net (Eric E) Date: Fri, 20 May 2005 18:32:03 -0400 Subject: [Pljava-dev] A couple PL/Java questions Message-ID: <428E6563.7050508@bonbon.net> Hi, I've been looking at PL/Java, and I'm pretty impressed so far. I'm still unclear on a couple things: 1) Is is possible to write Java code directly embedded in the function are is all code in .jar files found in the classpath? 2) Is it possible to write a PL/Java function that returns a tuple with the number of of elements determined at runtime (to be used with a SELECT * from myfunc(arg); )? Thanks, Eric