[Pljava-dev] Raise "NOTICE" with pljava

From: marek at lewczuk(dot)com (Marek Lewczuk)
To:
Subject: [Pljava-dev] Raise "NOTICE" with pljava
Date: 2005-05-10 18:18:17
Message-ID: d5qtfa$d56$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hello,
In plpgsql we can raise "notice" with command "RAISE NOTICE" - I don't
see any build-in pljava methods to raise notice or I'm wrong ? I know
that I can raise warning with standard SQLWarning object, but "warning"
is not equal to "notice". Very simple solution is to write e.g.
raiseNotice(varchar) method in plpgsql, but I would like to know if
there is any native method.

Thanks.

ML

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2005-05-11 14:36:39 [Pljava-dev] Re: Raise "NOTICE" with pljava
Previous Message Marek Lewczuk 2005-05-10 09:55:48 [Pljava-dev] Re: jdbc and FETCH_REVERSE