From: brucedduncan at yahoo.com (Bruce Duncan) Date: Wed, 20 Apr 2005 16:21:54 -0700 (PDT) Subject: [Pljava-dev] ResultSet in and out Message-ID: <20050420232154.90460.qmail@web50703.mail.yahoo.com> Let me try to explain what I'm looking to achieve with pl/java and hopefully someone can shed a little light on how it could be accomplished. I'd like to write a function which takes in the result of a query and returns a ResultSet. I'd like the ddr signature not to be bound to a particular table rowtype or composite type (is this what the record type is for?). So I'd like it to take in the result of a query to any table. Then I'd like the function to be able to return a ResultSet. This ResultSet would be a modification of the one passed in. It would add one or more columns and values for each row for those columns. I'm new to Postgres and have looked through the pl/java and pl/pgsql docs but didnt see this addressed there. Any suggestions? Thanks in advance. Bruce __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com