Re: Callable statements

From: "Scot P(dot) Floess" <floess(at)mindspring(dot)com>
To: Juan F Diaz <j-diaz(at)publicar(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Callable statements
Date: 2003-08-21 15:16:42
Message-ID: 3792844.1061479062378.JavaMail.nobody@wamui09.slb.atl.earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)publicar(dot)com>
Sent: 08/21/03 11:06 AM
To: pgsql-jdbc(at)postgresql(dot)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(at)postgresql(dot)org
>

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-08-21 17:26:52 Re: Callable statements
Previous Message Juan F Diaz 2003-08-21 15:06:29 Callable statements