Re: JDBC invoke of Postgres stored procs? - Mailing list pgsql-general

From Travis Bauer
Subject Re: JDBC invoke of Postgres stored procs?
Date
Msg-id Pine.GSO.4.21.0007111656080.4471-100000@piccolo.cs.indiana.edu
Whole thread Raw
In response to JDBC invoke of Postgres stored procs?  ("Randall Parker" <randall@nls.net>)
List pgsql-general
I have specifically tried this, but I don't see why it shouldn't
work.  Call it as an executeUpdate, and not an executeQuery.

Statement st = myConnection.createStatement();
st.executeUpdate("create function . . . ");

----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------

On Tue, 11 Jul 2000, Randall Parker wrote:

> Simple question: Can the functions created via CREATE FUNCTION be invoked via the JDBC driver?
>
>
>
>


pgsql-general by date:

Previous
From: "Nathan Barnett"
Date:
Subject: High Availability Setup
Next
From: Tom Lane
Date:
Subject: Re: INSERT ... SELECT DISTINCT - Doesn't work...