[Pljava-dev] ResultSet in and out

From: brucedduncan at yahoo(dot)com (Bruce Duncan)
To:
Subject: [Pljava-dev] ResultSet in and out
Date: 2005-04-20 23:21:54
Message-ID: 20050420232154.90460.qmail@web50703.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2005-04-21 08:35:07 [Pljava-dev] ResultSet in and out
Previous Message Filip Hrbek 2005-04-20 11:26:33 [Pljava-dev] java.lang.SecurityException