From: joaoaafonso at gmail.com (Joao Afonso) Date: Tue, 7 Jun 2005 23:08:20 +0100 Subject: [Pljava-dev] Obtaining Query from Trigger Message-ID: Hi! I started using pljava two days ago, so I apologize if this was already posted before. I need to get the sql query that fired a trigger on a DB so that it can be re-issued to another DB. For example, if 'select * from users' fired a before select trigger, the string with the query should be somehow passed to the java function that is associated to that trigger. Any ideas?? Joao Afonso.