You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Fedd Kraft <fe...@vsetech.ru> on 2005/08/13 12:06:45 UTC

Java triggers

Hello,

i am to try Derby, and as a good student started with reading docs and
mailing lists archive.

i noticed, that unfortunately there is no possibility to make java
triggers (am i right?).

this makes not easy to make some sophisticated things in triggers like
'parse the blob that is pdf to words and put words in the
full-text-index table'.

also i think that it is not so hard for developers to implement the
java-based triggers... :) they are the same as procedures but the 'old'
and 'new' resultsets need to be passed inside along with transaction
context and trigger's type (before, after)...

did not find in archives and on the project site if this enhancement is
on schedule.

with best regards

fedd


RE: Java triggers

Posted by Fedd Kraft <fe...@vsetech.ru>.
Hello again,

sorry for the hurried question. my project can not be ported to Derby
until CLOBs or BLOBs are not usable as procedures and functions
parameters.

F.

-----Original Message-----
From: Fedd Kraft [mailto:fedd@vsetech.ru] 
Sent: Saturday, August 13, 2005 2:07 PM
To: derby-user@db.apache.org
Subject: Java triggers


Hello,

i am to try Derby, and as a good student started with reading docs and
mailing lists archive.

.......