Re: SQLJSON

Поиск
Список
Период
Сортировка
От Markus KARG
Тема Re: SQLJSON
Дата
Msg-id 001c01d0b02b$cdaa0b60$68fe2220$@eu
обсуждение исходный текст
Ответ на SQLJSON  (Dave Cramer <davecramer@gmail.com>)
Список pgsql-jdbc

I think it would be pretty straigtforward if SQLJSON would have the exact same interface as SQLXML. The sole difference I see is that in contrast to supporting JAXP it has to support JSONP (https://json-processing-spec.java.net/nonav/releases/1.0/fcs/javadocs/index.html).

 

 

From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Dave Cramer
Sent: Freitag, 26. Juni 2015 16:57
To: List
Subject: [JDBC] SQLJSON

 

I'm looking for comments on how to implement a SQLJSON type in JDBC.

 

As there is no getSQLJSON in the resultset interface this could only be used in getObject.

 

 


Dave Cramer

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: SQLJSON
Следующее
От: Steven Schlansker
Дата:
Сообщение: Re: SQLJSON