Re: [JDBC] Reading and writing off-heap data

Поиск
Список
Период
Сортировка
От Tom Dunstan
Тема Re: [JDBC] Reading and writing off-heap data
Дата
Msg-id CAPPfruwjVe=RtX5i6y8VvfQ1=V9_MOHfAJbks3mS125ioFWPtw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [JDBC] Reading and writing off-heap data  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Список pgsql-jdbc
On 22 September 2017 at 01:35, Vladimir Sitnikov <sitnikov.vladimir@gmail.com> wrote:
>I've submitted a PR [3] that introduces a Tuple class as a wrapper to pass around, which then allows us to do more interesting things with the data.

I wonder how would you wire things since "new Tuple" is created before "new ResultSet", so it would be not that trivial to call user code (enable user to read bytes off the wire) from there.

Code affecting where incoming data goes would have to be registered with the statement object or similar before execution.

Cheers

Tom

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Jorge Solorzano
Дата:
Сообщение: [JDBC] [pgjdbc/pgjdbc] ee6443: fix: ignore replication test until 11.1 toavoid r...
Следующее
От: Genya
Дата:
Сообщение: [JDBC] Timestamp parameter gets sent as date