Re: Using INET types in prepared statements

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "LITTLE Nelson" <nelson(dot)little(at)tenix(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Using INET types in prepared statements
Date: 2007-06-13 02:45:45
Message-ID: 29882.1181702745@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"LITTLE Nelson" <nelson(dot)little(at)tenix(dot)com> writes:
> I am trying to create a prepared statement in JAVA via JDBC and one of
> the parameters I need to set in the SQL statement is of type INET. As
> there is no setInet() method how do I pass in the INET value into the
> sql statement?

You'd probably get a more informed response on the pgsql-jdbc list.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Ashish Karalkar 2007-06-13 08:49:17 sql server to postgreSQL
Previous Message LITTLE Nelson 2007-06-13 02:03:12 Using INET types in prepared statements