Support for named parameters in the PostgreSQL JDBC driver

From: Ravi Periasamy <rperiasamy(at)aol(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org, jdb_switcher_dev <jdb_switcher_dev(at)LISTSERV(dot)SUP(dot)AOL(dot)COM>
Subject: Support for named parameters in the PostgreSQL JDBC driver
Date: 2006-11-16 06:29:11
Message-ID: 455C0537.8040206@aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear PGSQL-JDBC Team,<br>
<br>
Could you please let me know if the support for "<i>Named Parameters</i>"
in the JDBC driver is slated for some future release?<br>
<br>
Currently with the 8.1.4 JDBC driver, the call to <i>CallableStatement.setString(String,
String) </i>fails and the <a
href="http://developer.postgresql.org/cvsweb.cgi/%7Echeckout%7E/pgsql/src/interfaces/jdbc/org/postgresql/jdbc3/Attic/AbstractJdbc3Statement.java?rev=1.4;content-type=text%2Fplain;hideattic=0">code
</a>is throwing the following exception - <br>
<br>
"Caused by: org.postgresql.util.PSQLException: Method
org.postgresql.jdbc3.Jdbc3CallableStatement.setString(String,String) is
not yet implemented."<br>
<br>
Thanks<br>
Ravi<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 955 bytes

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2006-11-16 12:21:39 Re: Support for named parameters in the PostgreSQL JDBC driver
Previous Message Reuben Pasquini 2006-11-15 16:51:15 Re: CallableStatement.setTimestamp bug