Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Synthesize support for Statement.getGeneratedKeys()?



In implementing Statement.executeUpdate(String sql,String[] columnNames), does any know how I could go about sending the sql and subsequent RETURNING clause directly to a stream? Just so I can avoid double-buffering the query (allocated in the sql, and second in the StringBuffer I'd be appending the RETURNING clause to). I do see that there are ASCII and Unicode char streams and I'm also not sure how to delegate to those or if a highr level method (network) would do that..

gratsi,

ken





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group