Some question about statement

Поиск
Список
Период
Сортировка
От 张元超
Тема Some question about statement
Дата
Msg-id 12fea0627c29480bbef183471e61b8ee@EX01.highgo.com
обсуждение исходный текст
Ответы Re: Some question about statement  (Daniel Blanch Bataller <dblanch@hoplasoftware.com>)
Список 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 по дате отправления:

Предыдущее
От: 张元超
Дата:
Сообщение: Some question about statement
Следующее
От: Daniel Blanch Bataller
Дата:
Сообщение: Re: Some question about statement