Re: SQLJSON

From: "Markus KARG" <markus(at)headcrashing(dot)eu>
To: "'List'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: SQLJSON
Date: 2015-06-26 16:18:56
Message-ID: 001c01d0b02b$cdaa0b60$68fe2220$@eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org [mailto:pgsql-jdbc-owner(at)postgresql(dot)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.

Notionally it would model itself after SQLXML. https://docs.oracle.com/javase/7/docs/api/index.html?java/sql/SQLXML.html

Dave Cramer

In response to

  • SQLJSON at 2015-06-26 14:57:27 from Dave Cramer

Browse pgsql-jdbc by date

  From Date Subject
Next Message Steven Schlansker 2015-06-26 17:01:47 Re: SQLJSON
Previous Message Dave Cramer 2015-06-26 14:57:27 SQLJSON