[Pljava-dev] How call my own Java class

From: guyr at masergy(dot)com (Guy Rouillier)
To:
Subject: [Pljava-dev] How call my own Java class
Date: 2005-12-06 19:44:11
Message-ID: CC1CF380F4D70844B01D45982E671B239E8D1E@mtxexch01.add0.masergy.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pljava-dev

fabricio at de9.ime.eb.br wrote:
> Hello all,
>
> I'm a newbie user of pl/java. I could install it in my postgres
> database and I intend to call a java class created by me to show just
> a message saying that a new row was inserted in a table. I want to do
> this in a trigger. I read the user guide and I saw that it's possible
> to call java classes. My doubt is how I will make postgres to see my
> class and call it.
>

Did you take a look at the release notes? They provide a complete
walkthrough of installing the examples jar and calling a function within
them. After going through that sample exercise, you should understand
what you need to do with your own code.

--
Guy Rouillier

Browse pljava-dev by date

  From Date Subject
Next Message Michael Zintakis 2005-12-20 21:17:49 [Pljava-dev] libpljava.so problem (pljava 1.2, PG 8.1, Java 1.5.0_01)
Previous Message fabricio at de9.ime.eb.br 2005-12-06 17:35:14 [Pljava-dev] How call my own Java class