Some question about statement - Mailing list pgsql-jdbc

From 张元超
Subject Some question about statement
Date
Msg-id fec1781ebe6340bf868d125c4eadec4c@EX01.highgo.com
Whole thread Raw
List pgsql-jdbc

Hi,

         I have question about statement.Some method that provided by JAVA API were not implemented in postgresql jdbc.

I focus on method named ‘setCharacterStream(int parameterIndex, Reader value, long length)’,it was not implemented,but

‘setCharacterStream(int i, java.io.Reader x, int length)’ was implemented.The different between them is the type of the third

parameter. I don’t know why the first method was not implement,because the column can not store the ‘value’ whoes length

is the ‘length’? Or other reason? Thank you.

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Migration to Maven
Next
From: 张元超
Date:
Subject: Some question about statement