Support for named parameters in the PostgreSQL JDBC driver - Mailing list pgsql-jdbc

From Ravi Periasamy
Subject Support for named parameters in the PostgreSQL JDBC driver
Date
Msg-id 455C0537.8040206@aol.com
Whole thread Raw
Responses Re: Support for named parameters in the PostgreSQL JDBC driver
Re: Support for named parameters in the PostgreSQL JDBC driver
List pgsql-jdbc
Dear PGSQL-JDBC Team,<br /><br /> Could you please let me know if the support for "<i>Named Parameters</i>" in the
JDBCdriver 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>isthrowing 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 /> 

pgsql-jdbc by date:

Previous
From: Reuben Pasquini
Date:
Subject: Re: CallableStatement.setTimestamp bug
Next
From: Dave Cramer
Date:
Subject: Re: Support for named parameters in the PostgreSQL JDBC driver