MySQL Forums
Forum List  »  Triggers

Re: invoke java class through trigger
Posted by: Peter Brawley
Date: November 04, 2016 11:44AM

MySQL stored routines can't call outside MySQL--mercifully, since that would be a gaping security hole. You would need to write a UDF in C to accomplish it. Not recommended ("hardening" a database means exactly closing all such holes).

Options: ReplyQuote


Subject
Views
Written By
Posted
2124
November 04, 2016 05:01AM
Re: invoke java class through trigger
870
November 04, 2016 11:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.