Some question about statement

From: 张元超 <zhangyuanchao(at)highgo(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Some question about statement
Date: 2015-11-30 05:06:30
Message-ID: 12fea0627c29480bbef183471e61b8ee@EX01.highgo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message 张元超 2015-11-30 06:27:49 答复: [JDBC] Some question about statement
Previous Message 张元超 2015-11-30 03:31:22 Some question about statement