[Pljava-dev] Obtaining Query from Trigger
Joao Afonso
joaoaafonso at gmail.com
Wed Jun 8 14:20:57 UTC 2005
Ok, my mistake... I'll need to think of something else. But I still
need to get the query that fired on an insert, update or delete. Could
you help me with that??
Thanks in advance.
On 6/8/05, Thomas Hallgren <thhal at mailblocks.com> wrote:
> Joao Afonso wrote:
>
> > 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.
> >
> >
> I hate to dissapoint you but to my knowledge a trigger is never fired
> for SELECT. Only INSERT, UPDATE, and DELETE will fire triggers.
>
> Regards,
> Thomas Hallgren
>
>
>
More information about the Pljava-dev
mailing list