problem in preparedstatements - Mailing list pgsql-jdbc

From Felipe Schnack
Subject problem in preparedstatements
Date
Msg-id 1045591177.1576.101.camel@desenv1.ritterdosreis.br
Whole thread Raw
List pgsql-jdbc
  Let's say I have a query that will use the ANY subquery... How i pass
multiple expressions to it? I mean, let's take this example:
  "select * from tablename where id any (?)"
  Then, I prepare this query. How can I set that parameter to build a
query like
  "select * from tablename where id any (1,2,3)"
  ???
--

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Centro Universitário Ritter dos Reis
http://www.ritterdosreis.br
ritter@ritterdosreis.br
Fone/Fax.: (51)32303341


pgsql-jdbc by date:

Previous
From: dauw
Date:
Subject: I can't insert the chinese words.
Next
From: Jon Swinth
Date:
Subject: Re: PrimaryKeyExists Error