Re: Callable statements - Mailing list pgsql-jdbc

From Scot P. Floess
Subject Re: Callable statements
Date
Msg-id 3792844.1061479062378.JavaMail.nobody@wamui09.slb.atl.earthlink.net
Whole thread Raw
In response to Callable statements  (Juan F Diaz <j-diaz@publicar.com>)
List pgsql-jdbc
Juan:

The functions are stored procedures.  So, you use CallableStatement to call the postgres functions...

Scot


-------Original Message-------
From: Juan F Diaz <j-diaz@publicar.com>
Sent: 08/21/03 11:06 AM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] Callable statements

>
> Hi, could anyone tell me about the callable statements and how they
work on postgres? im migrating a db from sql server 2000 to postgres
and in some programs this type of statements is used for executing
stored procedures (but in postgres there are none right? there are
functions...)
Help here, i'm confused...

thanks

JuanF


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

pgsql-jdbc by date:

Previous
From: Juan F Diaz
Date:
Subject: Callable statements
Next
From: Barry Lind
Date:
Subject: Re: Callable statements